Uses of Interface
javax.wsdl.Output
Packages that use Output
-
Uses of Output in com.ibm.wsdl
Classes in com.ibm.wsdl that implement OutputModifier and TypeClassDescriptionclass
This class represents an output message, and contains the name of the output and the message itself.Fields in com.ibm.wsdl declared as OutputMethods in com.ibm.wsdl that return OutputModifier and TypeMethodDescriptionDefinitionImpl.createOutput()
Create a new output.OperationImpl.getOutput()
Get the output message specification for this operation.Methods in com.ibm.wsdl with parameters of type Output -
Uses of Output in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return OutputModifier and TypeMethodDescriptionprotected Output
WSDLReaderImpl.parseOutput
(Element outputEl, Definition def) Methods in com.ibm.wsdl.xml with parameters of type OutputModifier and TypeMethodDescriptionprotected void
WSDLWriterImpl.printOutput
(Output output, Definition def, PrintWriter pw) -
Uses of Output in javax.wsdl
Methods in javax.wsdl that return OutputModifier and TypeMethodDescriptionDefinition.createOutput()
Create a new output.Operation.getOutput()
Get the output message specification for this operation.Methods in javax.wsdl with parameters of type Output