com.ibm.wsdl.extensions.http

Class HTTPBindingImpl

public class HTTPBindingImpl extends Object implements HTTPBinding

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

Field Summary
protected QNameelementType
protected Booleanrequired
static longserialVersionUID
protected Stringverb
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
StringgetVerb()
Get the verb for this HTTP 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.
voidsetVerb(String verb)
Set the verb for this HTTP binding.
StringtoString()

Field Detail

elementType

protected QName elementType

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

verb

protected String verb

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.

getVerb

public String getVerb()
Get the verb for this HTTP binding.

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.

setVerb

public void setVerb(String verb)
Set the verb for this HTTP binding.

Parameters: verb the desired verb

toString

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