|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Input | |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Uses of Input in com.ibm.wsdl |
---|
Classes in com.ibm.wsdl that implement Input | |
---|---|
class |
InputImpl
This class represents an input message, and contains the name of the input and the message itself. |
Fields in com.ibm.wsdl declared as Input | |
---|---|
protected Input |
OperationImpl.input
|
Methods in com.ibm.wsdl that return Input | |
---|---|
Input |
DefinitionImpl.createInput()
Create a new input. |
Input |
OperationImpl.getInput()
Get the input message specification for this operation. |
Methods in com.ibm.wsdl with parameters of type Input | |
---|---|
void |
OperationImpl.setInput(Input input)
Set the input message specification for this operation. |
Uses of Input in com.ibm.wsdl.xml |
---|
Methods in com.ibm.wsdl.xml that return Input | |
---|---|
protected Input |
WSDLReaderImpl.parseInput(org.w3c.dom.Element inputEl,
Definition def)
|
Methods in com.ibm.wsdl.xml with parameters of type Input | |
---|---|
protected void |
WSDLWriterImpl.printInput(Input input,
Definition def,
java.io.PrintWriter pw)
|
Uses of Input in javax.wsdl |
---|
Methods in javax.wsdl that return Input | |
---|---|
Input |
Definition.createInput()
Create a new input. |
Input |
Operation.getInput()
Get the input message specification for this operation. |
Methods in javax.wsdl with parameters of type Input | |
---|---|
void |
Operation.setInput(Input input)
Set the input message specification for this operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |