|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setSoapActionURI(java.lang.String soapActionURI)
soapActionURI
- the desired value of the SOAP
action header for this operation.public java.lang.String getSoapActionURI()
public void setStyle(java.lang.String style)
style
- the desired stylepublic java.lang.String getStyle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |