|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPOperation
This class stores information associated with a SOAP operation that acts as the concrete implementation of an abstract operation specified in WSDL.
Method Summary | |
---|---|
java.lang.String |
getSoapActionURI()
Get the value of the SOAP action attribute. |
java.lang.String |
getStyle()
Get the style for this SOAP operation. |
void |
setSoapActionURI(java.lang.String soapActionURI)
Set the SOAP action attribute. |
void |
setStyle(java.lang.String style)
Set the style for this SOAP operation. |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
---|
getElementType, getRequired, setElementType, setRequired |
Method Detail |
---|
void setSoapActionURI(java.lang.String soapActionURI)
soapActionURI
- the desired value of the SOAP
action header for this operation.java.lang.String getSoapActionURI()
void setStyle(java.lang.String style)
style
- the desired stylejava.lang.String getStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |