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

Packages that use SOAPBinding.Style
javax.jws.soap   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.message   
org.apache.axis2.jaxws.message.impl   
 

Uses of SOAPBinding.Style in javax.jws.soap
 

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

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

Methods in org.apache.axis2.jaxws.description that return SOAPBinding.Style
 SOAPBinding.Style OperationDescriptionJava.getAnnoSoapBindingStyle()
           
 SOAPBinding.Style EndpointInterfaceDescriptionJava.getAnnoSoapBindingStyle()
           
 SOAPBinding.Style OperationDescription.getSoapBindingStyle()
           
 SOAPBinding.Style EndpointInterfaceDescription.getSoapBindingStyle()
           
 

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

Methods in org.apache.axis2.jaxws.description.builder that return SOAPBinding.Style
 SOAPBinding.Style SoapBindingAnnot.style()
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type SOAPBinding.Style
 void SoapBindingAnnot.setStyle(SOAPBinding.Style style)
           
 

Uses of SOAPBinding.Style in org.apache.axis2.jaxws.message
 

Methods in org.apache.axis2.jaxws.message that return SOAPBinding.Style
 SOAPBinding.Style XMLPart.getStyle()
           
 

Methods in org.apache.axis2.jaxws.message with parameters of type SOAPBinding.Style
 void XMLPart.setStyle(SOAPBinding.Style style)
          Set the Style.
 

Uses of SOAPBinding.Style in org.apache.axis2.jaxws.message.impl
 

Methods in org.apache.axis2.jaxws.message.impl that return SOAPBinding.Style
 SOAPBinding.Style MessageImpl.getStyle()
           
 SOAPBinding.Style XMLPartBase.getStyle()
           
 

Methods in org.apache.axis2.jaxws.message.impl with parameters of type SOAPBinding.Style
protected static org.apache.axis2.jaxws.message.impl.XMLSpine XMLPartBase._createSpine(Protocol protocol, SOAPBinding.Style style, int indirection, org.apache.axiom.om.OMElement payload)
          Create an empty, default spine for the specificed protocol
 void MessageImpl.setStyle(SOAPBinding.Style style)
           
 void XMLPartBase.setStyle(SOAPBinding.Style style)
           
 



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