Uses of Interface
javax.wsdl.Input

Packages that use Input
com.ibm.wsdl   
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 OperationImpl.getInput()
          Get the input message specification for this operation.
 Input DefinitionImpl.createInput()
          Create a new input.
 

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 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.
 



Copyright © 2001 IBM. All Rights Reserved.