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 classInputImplThis 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 InputOperationImpl. inputMethods in com.ibm.wsdl that return Input Modifier and Type Method Description InputDefinitionImpl. createInput()Create a new input.InputOperationImpl. getInput()Get the input message specification for this operation.Methods in com.ibm.wsdl with parameters of type Input Modifier and Type Method Description voidOperationImpl. 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 InputWSDLReaderImpl. 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 voidWSDLWriterImpl. 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 InputDefinition. createInput()Create a new input.InputOperation. getInput()Get the input message specification for this operation.Methods in javax.wsdl with parameters of type Input Modifier and Type Method Description voidOperation. setInput(Input input)Set the input message specification for this operation.
-