javax.wsdl.extensions.soap
Interface SOAPOperation
- ExtensibilityElement, java.io.Serializable
- SOAPOperationImpl
public interface SOAPOperation
This class stores information associated with a SOAP operation that
acts as the concrete implementation of an abstract operation specified
in WSDL.
- Nirmal Mukhi (nmukhi@us.ibm.com)
- Matthew J. Duftler (duftler@us.ibm.com)
String | getSoapActionURI() - Get the value of the SOAP action attribute.
|
String | getStyle() - Get the style for this SOAP operation.
|
void | setSoapActionURI(String soapActionURI) - Set the SOAP action attribute.
|
void | setStyle(String style) - Set the style for this SOAP operation.
|
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.
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