com.ibm.wsdl
public class BindingImpl extends Object implements Binding
Field Summary | |
---|---|
protected List | bindingOperations |
protected Element | docEl |
protected List | extElements |
protected boolean | isUndefined |
protected QName | name |
protected PortType | portType |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addBindingOperation(BindingOperation bindingOperation)
Add an operation binding to binding.
|
void | addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
|
BindingOperation | getBindingOperation(String name, String inputName, String outputName)
Get the specified operation binding. |
List | getBindingOperations()
Get all the operation bindings defined here. |
Element | getDocumentationElement()
Get the documentation element. |
List | getExtensibilityElements()
Get all the extensibility elements defined here. |
PortType | getPortType()
Get the port type this is a binding for.
|
QName | getQName()
Get the name of this binding.
|
boolean | isUndefined() |
void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
void | setPortType(PortType portType)
Set the port type this is a binding for.
|
void | setQName(QName name)
Set the name of this binding.
|
void | setUndefined(boolean isUndefined) |
String | toString() |
Parameters: bindingOperation the operation binding to be added
Parameters: extElement the extensibility element to be added
Parameters: name the name of the desired operation binding. inputName the name of the input message; if this is null it will be ignored. outputName the name of the output message; if this is null it will be ignored.
Returns: the corresponding operation binding, or null if there wasn't any matching operation binding
Returns: the documentation element
Returns: the associated port type
Returns: the binding name
Parameters: docEl the documentation element
Parameters: portType the port type associated with this binding
Parameters: name the desired name