|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWebMethod
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<IWebParam> |
getParameters()
|
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. |
boolean |
isExcluded()
|
void |
setExcluded(boolean value)
Sets the value of the ' Excluded ' attribute. |
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. |
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 |
---|
org.eclipse.emf.common.util.EList<IWebParam> getParameters()
boolean isExcluded()
void setExcluded(boolean value)
Excluded
' attribute.
value
- the new value of the 'Excluded' attribute.isExcluded()
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.getIWebMethod_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.getIWebMethod_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.getIWebMethod_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 |