com.ibm.wsdl.extensions.http
public class HTTPBindingImpl extends Object implements HTTPBinding
Field Summary | |
---|---|
protected QName | elementType |
protected Boolean | required |
static long | serialVersionUID |
protected String | verb |
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 | 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() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: verb the desired verb