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

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

Uses of SOAPBinding.Style in javax.jws.soap
 

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

Methods in org.apache.beehive.wsm.jsr181.model that return SOAPBinding.Style
 SOAPBinding.Style BeehiveWsSOAPBindingInfo.getStyle()
           
 

Methods in org.apache.beehive.wsm.jsr181.model with parameters of type SOAPBinding.Style
 void BeehiveWsSOAPBindingInfo.setStyle(SOAPBinding.Style style)
           
 

Uses of SOAPBinding.Style in org.apache.beehive.wsm.jsr181.model.jsr181
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 that return SOAPBinding.Style
 SOAPBinding.Style SOAPBindingInfo.getStyle()
           
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 with parameters of type SOAPBinding.Style
 void SOAPBindingInfo.setStyle(SOAPBinding.Style style)