javax.wsdl
public interface Binding extends Serializable, ElementExtensible
Method Summary | |
---|---|
void | addBindingOperation(BindingOperation bindingOperation)
Add an operation binding to binding.
|
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. |
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) |
Parameters: bindingOperation the operation binding 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