com.ibm.wsdl.extensions.soap

Class SOAPBindingImpl

public class SOAPBindingImpl extends Object implements SOAPBinding

Author: Matthew J. Duftler (duftler@us.ibm.com)

Field Summary
protected QNameelementType
protected Booleanrequired
static longserialVersionUID
protected Stringstyle
protected StringtransportURI
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
StringgetStyle()
Get the style for this SOAP binding.
StringgetTransportURI()
Get the transport URI to be used with this binding.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
voidsetStyle(String style)
Set the style for this SOAP binding.
voidsetTransportURI(String transportURI)
Set the SOAP transport URI to be used for communicating with this binding.
StringtoString()

Field Detail

elementType

protected QName elementType

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

style

protected String style

transportURI

protected String transportURI

Method Detail

getElementType

public QName getElementType()
Get the type of this extensibility element.

Returns: the extensibility element's type

getRequired

public Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

getStyle

public String getStyle()
Get the style for this SOAP binding.

getTransportURI

public String getTransportURI()
Get the transport URI to be used with this binding.

Returns: the transport URI to be used

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.

Parameters: elementType the type

setRequired

public void setRequired(Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

setStyle

public void setStyle(String style)
Set the style for this SOAP binding.

Parameters: style the desired style

setTransportURI

public void setTransportURI(String transportURI)
Set the SOAP transport URI to be used for communicating with this binding.

Parameters: transportURI the URI describing the transport to be used

toString

public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.