public interface SOAP12Operation extends ExtensibilityElement, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
getElementType, getRequired, setElementType, setRequired
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()
Copyright ? 2003, 2013 IBM. All Rights Reserved.