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