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

Packages that use SOAPBinding.ParameterStyle
javax.jws.soap   
org.apache.beehive.wsm.jsr181.model   
 

Uses of SOAPBinding.ParameterStyle in javax.jws.soap
 

Methods in javax.jws.soap that return SOAPBinding.ParameterStyle
static SOAPBinding.ParameterStyle SOAPBinding.ParameterStyle.valueOf(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.beehive.wsm.jsr181.model
 

Methods in org.apache.beehive.wsm.jsr181.model that return SOAPBinding.ParameterStyle
 SOAPBinding.ParameterStyle SOAPBindingInfo.getParameterStyle()
           
 

Methods in org.apache.beehive.wsm.jsr181.model with parameters of type SOAPBinding.ParameterStyle
 void SOAPBindingInfo.setParameterStyle(SOAPBinding.ParameterStyle parameterStyle)