com.ibm.wsdl.extensions.soap12
public class SOAP12OperationImpl extends Object implements SOAP12Operation
Field Summary | |
---|---|
protected QName | elementType |
protected Boolean | required |
static long | serialVersionUID |
protected Boolean | soapActionRequired |
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. |
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 | 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 | 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.
|
String | toString() |
Returns: the extensibility element's type
Returns: true if the SOAP action is required, otherwise false.
Returns: the SOAP action attribute's value
Parameters: elementType the type
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