com.ibm.wsdl
public class BindingOperationImpl extends AbstractWSDLElement implements BindingOperation
| Field Summary | |
|---|---|
| protected Map | bindingFaults |
| protected BindingInput | bindingInput |
| protected BindingOutput | bindingOutput |
| protected String | name |
| protected List | nativeAttributeNames |
| protected Operation | operation |
| static long | serialVersionUID |
| 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.
|
| String | getName()
Get the name of this operation binding.
|
| List | getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
| Operation | getOperation()
Get the operation that this operation binding binds.
|
| BindingFault | removeBindingFault(String name)
Remove the specified fault binding.
|
| 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 | 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: 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 operation binding name
Returns: a List of Strings, one for each local attribute name
Returns: the operation that this operation binding binds
Parameters: name the name of the fault binding to be removed.
Returns: the fault binding which was removed
Parameters: bindingInput the new input binding
Parameters: bindingOutput the new output binding
Parameters: name the desired name
Parameters: operation the operation this operation binding binds