com.ibm.wsdl.extensions.http
Class HTTPBindingImpl
java.lang.Object
com.ibm.wsdl.extensions.http.HTTPBindingImpl
- ExtensibilityElement, HTTPBinding, java.io.Serializable
public class HTTPBindingImpl
extends java.lang.Object
- 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 | getVerb() - Get the verb for this HTTP 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 | setVerb(String verb) - Set the verb for this HTTP binding.
|
String | toString()
|
elementType
protected QName elementType
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
verb
protected String verb
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
getVerb
public String getVerb()
Get the verb for this HTTP binding.
- getVerb in interface HTTPBinding
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
setVerb
public void setVerb(String verb)
Set the verb for this HTTP binding.
- setVerb in interface HTTPBinding
toString
public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.