Uses of Class
com.sun.grizzly.http.webxml.schema.ServiceRef

Packages that use ServiceRef
com.sun.grizzly.http.webxml.schema   
 

Uses of ServiceRef in com.sun.grizzly.http.webxml.schema
 

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type ServiceRef
 List<ServiceRef> WebApp.serviceRef
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type ServiceRef
 List<ServiceRef> WebApp.getServiceRef()
          <service-ref> <description>description</description> <display-name>token</display-name> <icon> <small-icon>token</small-icon> <large-icon>token</large-icon> </icon> <service-ref-name>token</service-ref-name> <service-interface>token</service-interface> <service-ref-type>token</service-ref-type> <wsdl-file> URI</wsdl-file> <jaxrpc-mapping-file>token</jaxrpc-mapping-file> <service-qname>pref:name</service-qname> <port-component-ref> <service-endpoint-interface>token</service-endpoint-interface> <enable-mtom>true</enable-mtom> <port-component-link>token</port-component-link> </port-component-ref> <handler> <description>description</description> <display-name>token</display-name> <icon> <small-icon>token</small-icon> <large-icon>token</large-icon> </icon> <handler-name>token</handler-name> <handler-class>token</handler-class> <init-param> <description>string</description> <param-name>token</param-name> <param-value>string</param-value> </init-param> <soap-header>pref:name</soap-header> <soap-role>token</soap-role> <port-name>token</port-name> </handler> <handler-chains> <handler-chain> <service-name-pattern>*</service-name-pattern> <port-name-pattern>*</port-name-pattern> <protocol-bindings/> <handler> <description>string</description> <display-name>token</display-name> <icon> <small-icon>token</small-icon> <large-icon>token</large-icon> </icon> <handler-name>token</handler-name> <handler-class>token</handler-class> <init-param> <description>string</description> <param-name>token</param-name> <param-value>string</param-value> </init-param> <soap-header>pref:name</soap-header> <soap-role>token</soap-role> <port-name>token</port-name> </handler> </handler-chain> </handler-chains> <mapped-name>string</mapped-name> <injection-target> <injection-target-class>token</injection-target-class> <injection-target-name>$</injection-target-name> </injection-target> </service-ref>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type ServiceRef
 void WebApp.setServiceRef(List<ServiceRef> serviceRef)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.