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

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

Uses of SOAPBinding.ParameterStyle in javax.jws.soap
 

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

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

Methods in org.apache.axis2.jaxws.description that return SOAPBinding.ParameterStyle
 SOAPBinding.ParameterStyle OperationDescriptionJava.getAnnoSoapBindingParameterStyle()
           
 SOAPBinding.ParameterStyle EndpointInterfaceDescriptionJava.getAnnoSoapBindingParameterStyle()
           
 SOAPBinding.ParameterStyle OperationDescription.getSoapBindingParameterStyle()
           
 SOAPBinding.ParameterStyle EndpointInterfaceDescription.getSoapBindingParameterStyle()
           
 

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

Methods in org.apache.axis2.jaxws.description.builder that return SOAPBinding.ParameterStyle
 SOAPBinding.ParameterStyle SoapBindingAnnot.parameterStyle()
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type SOAPBinding.ParameterStyle
 void SoapBindingAnnot.setParameterStyle(SOAPBinding.ParameterStyle parameterStyle)
           
 



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