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

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

Uses of Output in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return Output
 Output WSDLFactory.createOutput()
          Returns a new object of class 'Output'
 Output BindingOutput.getEOutput()
          Returns the value of the 'EOutput' reference
 Output Operation.getEOutput()
          Returns the value of the 'EOutput' containment reference
 

Methods in org.eclipse.wst.wsdl with parameters of type Output
 void BindingOutput.setEOutput(Output value)
          Sets the value of the 'EOutput' reference
 void Operation.setEOutput(Output value)
          Sets the value of the 'EOutput' containment reference