javax.wsdl.extensions.soap12
public interface SOAP12Operation extends ExtensibilityElement, Serializable
Method Summary | |
---|---|
Boolean | getSoapActionRequired()
Indicates whether the SOAP Action is required for this operation.
|
String | getSoapActionURI()
Get the value of the SOAP action attribute.
|
String | getStyle()
Get the style for this SOAP operation. |
void | setSoapActionRequired(Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation.
|
void | setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
|
void | setStyle(String style)
Set the style for this SOAP operation.
|
Returns: true if the SOAP action is required, otherwise false.
Returns: the SOAP action attribute's value
Parameters: soapActionRequired true if the SOAP Action is required, otherwise false.
Parameters: soapActionURI the desired value of the SOAP action header for this operation.
Parameters: style the desired style