Uses of Interface
org.eclipse.wst.wsdl.Input

Packages that use Input
org.eclipse.wst.wsdl The WSDL model API allows clients to work with the WSDL 1.1 documents. 
 

Uses of Input in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return Input
 Input WSDLFactory.createInput()
          Returns a new object of class 'Input'
 Input Operation.getEInput()
          Returns the value of the 'EInput' containment reference
 Input BindingInput.getEInput()
          Returns the value of the 'EInput' reference
 

Methods in org.eclipse.wst.wsdl with parameters of type Input
 void Operation.setEInput(Input value)
          Sets the value of the 'EInput' containment reference
 void BindingInput.setEInput(Input value)
          Sets the value of the 'EInput' reference