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