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 Operation.getOutput()
          Get the output message specification for this operation.
 Output Definition.createOutput()
          Create a new output.
 

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