Uses of Interface
javax.wsdl.Output

Packages that use Output
javax.wsdl   
 

Uses of Output in javax.wsdl
 

Methods in javax.wsdl that return Output
 Output Definition.createOutput()
          Create a new output.
 Output Operation.getOutput()
          Get the output message specification for this operation.
 

Methods in javax.wsdl with parameters of type Output
 void Operation.setOutput(Output output)
          Set the output message specification for this operation.