Uses of Interface
javax.wsdl.Input
Packages that use Input
-
Uses of Input in com.ibm.wsdl
Classes in com.ibm.wsdl that implement InputModifier and TypeClassDescriptionclass
This class represents an input message, and contains the name of the input and the message itself.Fields in com.ibm.wsdl declared as InputMethods in com.ibm.wsdl that return InputModifier and TypeMethodDescriptionDefinitionImpl.createInput()
Create a new input.OperationImpl.getInput()
Get the input message specification for this operation.Methods in com.ibm.wsdl with parameters of type Input -
Uses of Input in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return InputModifier and TypeMethodDescriptionprotected Input
WSDLReaderImpl.parseInput
(Element inputEl, Definition def) Methods in com.ibm.wsdl.xml with parameters of type InputModifier and TypeMethodDescriptionprotected void
WSDLWriterImpl.printInput
(Input input, Definition def, PrintWriter pw) -
Uses of Input in javax.wsdl
Methods in javax.wsdl that return InputModifier and TypeMethodDescriptionDefinition.createInput()
Create a new input.Operation.getInput()
Get the input message specification for this operation.Methods in javax.wsdl with parameters of type Input