|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAP12Operation
Based on javax.wsdl.extensions.SOAPOperation.
Method Summary | |
---|---|
java.lang.Boolean |
getSoapActionRequired()
Indicates whether the SOAP Action is required for this operation. |
java.lang.String |
getSoapActionURI()
Get the value of the SOAP action attribute. |
java.lang.String |
getStyle()
Get the style for this SOAP operation. |
void |
setSoapActionRequired(java.lang.Boolean soapActionRequired)
Specify whether the SOAP Action is required for this 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 setSoapActionRequired(java.lang.Boolean soapActionRequired)
soapActionRequired
- true if the SOAP Action is required, otherwise false.java.lang.Boolean getSoapActionRequired()
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 |