|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingOperation | |
com.ibm.wsdl | |
javax.wsdl |
Uses of BindingOperation in com.ibm.wsdl |
Classes in com.ibm.wsdl that implement BindingOperation | |
class |
BindingOperationImpl
This class represents a WSDL operation binding. |
Methods in com.ibm.wsdl that return BindingOperation | |
BindingOperation |
BindingImpl.getBindingOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName)
Get the specified operation binding. |
BindingOperation |
DefinitionImpl.createBindingOperation()
Create a new binding operation. |
Methods in com.ibm.wsdl with parameters of type BindingOperation | |
void |
BindingImpl.addBindingOperation(BindingOperation bindingOperation)
Add an operation binding to binding. |
Uses of BindingOperation in javax.wsdl |
Methods in javax.wsdl that return BindingOperation | |
BindingOperation |
Binding.getBindingOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName)
Get the specified operation binding. |
BindingOperation |
Definition.createBindingOperation()
Create a new binding operation. |
Methods in javax.wsdl with parameters of type BindingOperation | |
void |
Binding.addBindingOperation(BindingOperation bindingOperation)
Add an operation binding to binding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |