|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPOperation
A representation of the model object 'Operation'.
The following features are supported:
SOAPPackage.getSOAPOperation()
Method Summary | |
---|---|
java.lang.String |
getSoapActionURI()
Returns the value of the 'Soap Action URI' attribute |
java.lang.String |
getStyle()
Returns the value of the 'Style' attribute |
void |
setSoapActionURI(java.lang.String value)
Sets the value of the ' Soap Action URI ' attribute |
void |
setStyle(java.lang.String value)
Sets the value of the ' Style ' attribute |
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibilityElement |
---|
getElementType, isRequired, setElementType, setRequired |
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement |
---|
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
---|
getRequired, setRequired |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
---|
getRequired, setRequired |
Method Detail |
---|
java.lang.String getSoapActionURI()
If the meaning of the 'Soap Action URI' attribute isn't clear, there really should be more of a description here...
getSoapActionURI
in interface javax.wsdl.extensions.soap.SOAPOperation
setSoapActionURI(String)
,
SOAPPackage.getSOAPOperation_SoapActionURI()
void setSoapActionURI(java.lang.String value)
Soap Action URI
' attribute.
setSoapActionURI
in interface javax.wsdl.extensions.soap.SOAPOperation
value
- the new value of the 'Soap Action URI' attribute.getSoapActionURI()
java.lang.String getStyle()
If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
getStyle
in interface javax.wsdl.extensions.soap.SOAPOperation
setStyle(String)
,
SOAPPackage.getSOAPOperation_Style()
void setStyle(java.lang.String value)
Style
' attribute.
setStyle
in interface javax.wsdl.extensions.soap.SOAPOperation
value
- the new value of the 'Style' attribute.getStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |