Uses of Interface
javax.wsdl.Input

Packages that use Input
javax.wsdl   
 

Uses of Input in javax.wsdl
 

Methods in javax.wsdl that return Input
 Input Operation.getInput()
          Get the input message specification for this operation.
 Input Definition.createInput()
          Create a new input.
 

Methods in javax.wsdl with parameters of type Input
 void Operation.setInput(Input input)
          Set the input message specification for this operation.