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

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

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

Fields in com.oracle.xmlns.webservices.jaxws_databinding declared as SoapBindingParameterStyle
protected  SoapBindingParameterStyle XmlSOAPBinding.parameterStyle
           
 

Methods in com.oracle.xmlns.webservices.jaxws_databinding that return SoapBindingParameterStyle
static SoapBindingParameterStyle SoapBindingParameterStyle.fromValue(String v)
           
 SoapBindingParameterStyle XmlSOAPBinding.getParameterStyle()
          Gets the value of the parameterStyle property.
static SoapBindingParameterStyle SoapBindingParameterStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SoapBindingParameterStyle[] SoapBindingParameterStyle.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 SoapBindingParameterStyle
 void XmlSOAPBinding.setParameterStyle(SoapBindingParameterStyle value)
          Sets the value of the parameterStyle property.
 



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