|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingInput | |
com.ibm.wsdl | |
javax.wsdl |
Uses of BindingInput in com.ibm.wsdl |
Classes in com.ibm.wsdl that implement BindingInput | |
class |
BindingInputImpl
This class represents an input binding. |
Fields in com.ibm.wsdl declared as BindingInput | |
protected BindingInput |
BindingOperationImpl.bindingInput
|
Methods in com.ibm.wsdl that return BindingInput | |
BindingInput |
BindingOperationImpl.getBindingInput()
Get the input binding for this operation binding. |
BindingInput |
DefinitionImpl.createBindingInput()
Create a new binding input. |
Methods in com.ibm.wsdl with parameters of type BindingInput | |
void |
BindingOperationImpl.setBindingInput(BindingInput bindingInput)
Set the input binding for this operation binding. |
Uses of BindingInput in javax.wsdl |
Methods in javax.wsdl that return BindingInput | |
BindingInput |
BindingOperation.getBindingInput()
Get the input binding for this operation binding. |
BindingInput |
Definition.createBindingInput()
Create a new binding input. |
Methods in javax.wsdl with parameters of type BindingInput | |
void |
BindingOperation.setBindingInput(BindingInput bindingInput)
Set the input binding for this operation binding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |