|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceEndpointInterface
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<IWebService> |
getImplementingWebServices()
|
SOAPBindingParameterStyle |
getSoapBindingParameterStyle()
Returns the value of the 'Soap Binding Parameter Style' attribute. |
SOAPBindingStyle |
getSoapBindingStyle()
Returns the value of the 'Soap Binding Style' attribute. |
SOAPBindingUse |
getSoapBindingUse()
Returns the value of the 'Soap Binding Use' attribute. |
java.lang.String |
getTargetNamespace()
|
org.eclipse.emf.common.util.EList<IWebMethod> |
getWebMethods()
|
boolean |
isImplicit()
|
void |
setSoapBindingParameterStyle(SOAPBindingParameterStyle value)
Sets the value of the ' Soap Binding Parameter Style ' attribute. |
void |
setSoapBindingStyle(SOAPBindingStyle value)
Sets the value of the ' Soap Binding Style ' attribute. |
void |
setSoapBindingUse(SOAPBindingUse value)
Sets the value of the ' Soap Binding Use ' attribute. |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the ' Target Namespace ' attribute. |
Methods inherited from interface org.eclipse.jst.ws.jaxws.dom.runtime.api.IJavaWebServiceElement |
---|
getImplementation, getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isImplicit()
org.eclipse.emf.common.util.EList<IWebService> getImplementingWebServices()
org.eclipse.emf.common.util.EList<IWebMethod> getWebMethods()
java.lang.String getTargetNamespace()
void setTargetNamespace(java.lang.String value)
Target Namespace
' attribute.
value
- the new value of the 'Target Namespace' attribute.getTargetNamespace()
SOAPBindingStyle getSoapBindingStyle()
"DOCUMENT"
.
The literals are from the enumeration SOAPBindingStyle
.
If the meaning of the 'Soap Binding Style' attribute isn't clear, there really should be more of a description here...
SOAPBindingStyle
,
setSoapBindingStyle(SOAPBindingStyle)
,
DomPackage.getIServiceEndpointInterface_SoapBindingStyle()
void setSoapBindingStyle(SOAPBindingStyle value)
Soap Binding Style
' attribute.
value
- the new value of the 'Soap Binding Style' attribute.SOAPBindingStyle
,
getSoapBindingStyle()
SOAPBindingUse getSoapBindingUse()
"LITERAL"
.
The literals are from the enumeration SOAPBindingUse
.
If the meaning of the 'Soap Binding Use' attribute isn't clear, there really should be more of a description here...
SOAPBindingUse
,
setSoapBindingUse(SOAPBindingUse)
,
DomPackage.getIServiceEndpointInterface_SoapBindingUse()
void setSoapBindingUse(SOAPBindingUse value)
Soap Binding Use
' attribute.
value
- the new value of the 'Soap Binding Use' attribute.SOAPBindingUse
,
getSoapBindingUse()
SOAPBindingParameterStyle getSoapBindingParameterStyle()
"WRAPPED"
.
The literals are from the enumeration SOAPBindingParameterStyle
.
If the meaning of the 'Soap Binding Parameter Style' attribute isn't clear, there really should be more of a description here...
SOAPBindingParameterStyle
,
setSoapBindingParameterStyle(SOAPBindingParameterStyle)
,
DomPackage.getIServiceEndpointInterface_SoapBindingParameterStyle()
void setSoapBindingParameterStyle(SOAPBindingParameterStyle value)
Soap Binding Parameter Style
' attribute.
value
- the new value of the 'Soap Binding Parameter Style' attribute.SOAPBindingParameterStyle
,
getSoapBindingParameterStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |