com.ibm.wsdl.extensions.soap
public class SOAPOperationImpl extends Object implements SOAPOperation
| Field Summary | |
|---|---|
| protected QName | elementType |
| protected Boolean | required |
| static long | serialVersionUID |
| protected String | soapActionURI |
| protected String | style |
| Method Summary | |
|---|---|
| QName | getElementType()
Get the type of this extensibility element.
|
| Boolean | getRequired()
Get whether or not the semantics of this extension
are required. |
| String | getSoapActionURI()
Get the value of the SOAP action attribute.
|
| String | getStyle()
Get the style for this SOAP operation. |
| void | setElementType(QName elementType)
Set the type of this extensibility element.
|
| void | setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. |
| void | setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
|
| void | setStyle(String style)
Set the style for this SOAP operation.
|
| String | toString() |
Returns: the extensibility element's type
Returns: the SOAP action attribute's value
Parameters: elementType the type
Parameters: soapActionURI the desired value of the SOAP action header for this operation.
Parameters: style the desired style