com.ibm.wsdl
public class BindingOperationImpl extends Object implements BindingOperation
Field Summary | |
---|---|
protected Map | bindingFaults |
protected BindingInput | bindingInput |
protected BindingOutput | bindingOutput |
protected Element | docEl |
protected List | extElements |
protected String | name |
protected Operation | operation |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addBindingFault(BindingFault bindingFault)
Add a fault binding.
|
void | addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
|
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. |
List | getExtensibilityElements()
Get all the extensibility elements defined here. |
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.
|
String | toString() |
Parameters: bindingFault the new fault binding
Parameters: extElement the extensibility element to be added
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