Uses of Class
com.oracle.xmlns.webservices.jaxws_databinding.SoapBindingStyle

Packages that use SoapBindingStyle
com.oracle.xmlns.webservices.jaxws_databinding   
 

Uses of SoapBindingStyle in com.oracle.xmlns.webservices.jaxws_databinding
 

Fields in com.oracle.xmlns.webservices.jaxws_databinding declared as SoapBindingStyle
protected  SoapBindingStyle XmlSOAPBinding.style
           
 

Methods in com.oracle.xmlns.webservices.jaxws_databinding that return SoapBindingStyle
static SoapBindingStyle SoapBindingStyle.fromValue(String v)
           
 SoapBindingStyle XmlSOAPBinding.getStyle()
          Gets the value of the style property.
static SoapBindingStyle SoapBindingStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SoapBindingStyle[] SoapBindingStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.oracle.xmlns.webservices.jaxws_databinding with parameters of type SoapBindingStyle
 void XmlSOAPBinding.setStyle(SoapBindingStyle value)
          Sets the value of the style property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.