Uses of Interface
javax.wsdl.Input
-
Packages that use Input Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Input in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Input Modifier and Type Class Description 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 Modifier and Type Field Description protected Input
OperationImpl. input
Methods in com.ibm.wsdl that return Input Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected Input
WSDLReaderImpl. parseInput(org.w3c.dom.Element inputEl, Definition def)
Methods in com.ibm.wsdl.xml with parameters of type Input Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
Operation. setInput(Input input)
Set the input message specification for this operation.
-