|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingInput | |
| com.ibm.wsdl | |
| com.ibm.wsdl.xml | |
| 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 com.ibm.wsdl.xml |
| Methods in com.ibm.wsdl.xml that return BindingInput | |
protected BindingInput |
WSDLReaderImpl.parseBindingInput(org.w3c.dom.Element bindingInputEl,
Definition def)
|
| Uses of BindingInput in javax.wsdl |
| Methods in javax.wsdl that return BindingInput | |
BindingInput |
Definition.createBindingInput()
Create a new binding input. |
BindingInput |
BindingOperation.getBindingInput()
Get the input binding for this operation binding. |
| 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 | |||||||||