|
||||||||||
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 |
DefinitionImpl.createBindingInput()
Create a new binding input. |
BindingInput |
BindingOperationImpl.getBindingInput()
Get the input binding for this operation binding. |
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)
|
Methods in com.ibm.wsdl.xml with parameters of type BindingInput | |
---|---|
protected void |
WSDLWriterImpl.printBindingInput(BindingInput bindingInput,
Definition def,
java.io.PrintWriter pw)
|
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 |