Uses of Class
javax.jws.soap.SOAPBinding.Use

Packages that use SOAPBinding.Use
javax.jws.soap   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.builder   
 

Uses of SOAPBinding.Use in javax.jws.soap
 

Methods in javax.jws.soap that return SOAPBinding.Use
static SOAPBinding.Use SOAPBinding.Use.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SOAPBinding.Use[] SOAPBinding.Use.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of SOAPBinding.Use in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return SOAPBinding.Use
 SOAPBinding.Use OperationDescriptionJava.getAnnoSoapBindingUse()
           
 SOAPBinding.Use EndpointInterfaceDescriptionJava.getAnnoSoapBindingUse()
           
 SOAPBinding.Use OperationDescription.getSoapBindingUse()
           
 SOAPBinding.Use EndpointInterfaceDescription.getSoapBindingUse()
           
 

Uses of SOAPBinding.Use in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder that return SOAPBinding.Use
 SOAPBinding.Use SoapBindingAnnot.use()
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type SOAPBinding.Use
 void SoapBindingAnnot.setUse(SOAPBinding.Use use)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.