javax.wsdl
public interface BindingOperation extends Serializable, ElementExtensible
| Method Summary | |
|---|---|
| void | addBindingFault(BindingFault bindingFault)
Add a fault binding.
|
| BindingFault | getBindingFault(String name)
Get the specified fault binding.
|
| Map | getBindingFaults()
Get all the fault bindings associated with this operation binding.
|
| BindingInput | getBindingInput()
Get the input binding for this operation binding.
|
| BindingOutput | getBindingOutput()
Get the output binding for this operation binding.
|
| Element | getDocumentationElement()
Get the documentation element. |
| String | getName()
Get the name of this operation binding.
|
| Operation | getOperation()
Get the operation that this operation binding binds.
|
| void | setBindingInput(BindingInput bindingInput)
Set the input binding for this operation binding.
|
| void | setBindingOutput(BindingOutput bindingOutput)
Set the output binding for this operation binding.
|
| void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
| void | setName(String name)
Set the name of this operation binding.
|
| void | setOperation(Operation operation)
Set the operation that this operation binding binds.
|
Parameters: bindingFault the new fault binding
Parameters: name the name of the desired fault binding.
Returns: the corresponding fault binding, or null if there wasn't any matching fault binding
Returns: names of fault bindings
Returns: the input binding
Returns: the output binding for the operation binding
Returns: the documentation element
Returns: the operation binding name
Returns: the operation that this operation binding binds
Parameters: bindingInput the new input binding
Parameters: bindingOutput the new output binding
Parameters: docEl the documentation element
Parameters: name the desired name
Parameters: operation the operation this operation binding binds