|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPBindingParameterStyle | |
---|---|
org.eclipse.jst.ws.jaxws.dom.runtime.api | |
org.eclipse.jst.ws.jaxws.dom.runtime.persistence |
Uses of SOAPBindingParameterStyle in org.eclipse.jst.ws.jaxws.dom.runtime.api |
---|
Fields in org.eclipse.jst.ws.jaxws.dom.runtime.api with type parameters of type SOAPBindingParameterStyle | |
---|---|
static java.util.List<SOAPBindingParameterStyle> |
SOAPBindingParameterStyle.VALUES
A public read-only list of all the 'SOAP Binding Parameter Style' enumerators. |
Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return SOAPBindingParameterStyle | |
---|---|
static SOAPBindingParameterStyle |
SOAPBindingParameterStyle.get(int value)
Returns the 'SOAP Binding Parameter Style' literal with the specified integer value. |
static SOAPBindingParameterStyle |
SOAPBindingParameterStyle.get(java.lang.String literal)
Returns the 'SOAP Binding Parameter Style' literal with the specified literal value. |
static SOAPBindingParameterStyle |
SOAPBindingParameterStyle.getByName(java.lang.String name)
Returns the 'SOAP Binding Parameter Style' literal with the specified name. |
SOAPBindingParameterStyle |
IWebMethod.getSoapBindingParameterStyle()
Returns the value of the 'Soap Binding Parameter Style' attribute. |
SOAPBindingParameterStyle |
IServiceEndpointInterface.getSoapBindingParameterStyle()
Returns the value of the 'Soap Binding Parameter Style' attribute. |
static SOAPBindingParameterStyle |
SOAPBindingParameterStyle.valueOf(java.lang.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 org.eclipse.jst.ws.jaxws.dom.runtime.api with parameters of type SOAPBindingParameterStyle | |
---|---|
void |
IWebMethod.setSoapBindingParameterStyle(SOAPBindingParameterStyle value)
Sets the value of the ' Soap Binding Parameter Style ' attribute. |
void |
IServiceEndpointInterface.setSoapBindingParameterStyle(SOAPBindingParameterStyle value)
Sets the value of the ' Soap Binding Parameter Style ' attribute. |
Uses of SOAPBindingParameterStyle in org.eclipse.jst.ws.jaxws.dom.runtime.persistence |
---|
Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence that return SOAPBindingParameterStyle | |
---|---|
SOAPBindingParameterStyle |
JaxWsDefaultsCalculator.defineSBParameterStyle(IAnnotation<? extends org.eclipse.jdt.core.IJavaElement> sbAnnotation)
Defines the SOAPBindingUse. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |