com.ibm.wsdl.extensions.soap
Class SOAPOperationImpl
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPOperationImpl
- ExtensibilityElement, java.io.Serializable, SOAPOperation
public class SOAPOperationImpl
extends java.lang.Object
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)
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()
|
elementType
protected QName elementType
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
soapActionURI
protected String soapActionURI
style
protected String style
getRequired
public Boolean getRequired()
Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- getRequired in interface ExtensibilityElement
getSoapActionURI
public String getSoapActionURI()
Get the value of the SOAP action attribute.
- getSoapActionURI in interface SOAPOperation
- the SOAP action attribute's value
getStyle
public String getStyle()
Get the style for this SOAP operation.
- getStyle in interface SOAPOperation
setRequired
public void setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- setRequired in interface ExtensibilityElement
setSoapActionURI
public void setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
- setSoapActionURI in interface SOAPOperation
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.
- setStyle in interface SOAPOperation
style
- the desired style
toString
public String toString()