com.ibm.wsdl.extensions.soap
public class SOAPBindingImpl extends Object implements SOAPBinding
Field Summary | |
---|---|
protected QName | elementType |
protected Boolean | required |
static long | serialVersionUID |
protected String | style |
protected String | transportURI |
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 | getStyle()
Get the style for this SOAP binding. |
String | getTransportURI()
Get the transport URI to be used with this binding.
|
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 | setStyle(String style)
Set the style for this SOAP binding.
|
void | setTransportURI(String transportURI)
Set the SOAP transport URI to be used for communicating
with this binding.
|
String | toString() |
Returns: the extensibility element's type
Returns: the transport URI to be used
Parameters: elementType the type
Parameters: style the desired style
Parameters: transportURI the URI describing the transport to be used