javax.wsdl.extensions.soap12
Interface SOAP12Operation
- ExtensibilityElement, java.io.Serializable
- SOAP12OperationImpl
public interface SOAP12Operation
Based on javax.wsdl.extensions.SOAPOperation.
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.
|
getSoapActionRequired
public Boolean getSoapActionRequired()
Indicates whether the SOAP Action is required for this operation.
- true if the SOAP action is required, otherwise false.
getSoapActionURI
public String getSoapActionURI()
Get the value of the SOAP action attribute.
- the SOAP action attribute's value
getStyle
public String getStyle()
Get the style for this SOAP operation.
setSoapActionRequired
public void setSoapActionRequired(Boolean soapActionRequired)
Specify whether the SOAP Action is required for this operation.
soapActionRequired
- true if the SOAP Action is required, otherwise false.
setSoapActionURI
public void setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
soapActionURI
- the desired value of the SOAP
action header for this operation.
setStyle
public void setStyle(String style)
Set the style for this SOAP operation.
style
- the desired style
Copyright B) 2003,2006 IBM. All Rights Reserved.