Uses of Interface
javax.wsdl.Output
-
Packages that use Output Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Output in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Output Modifier and Type Class Description class
OutputImpl
This class represents an output message, and contains the name of the output and the message itself.Fields in com.ibm.wsdl declared as Output Modifier and Type Field Description protected Output
OperationImpl. output
Methods in com.ibm.wsdl that return Output Modifier and Type Method Description Output
DefinitionImpl. createOutput()
Create a new output.Output
OperationImpl. getOutput()
Get the output message specification for this operation.Methods in com.ibm.wsdl with parameters of type Output Modifier and Type Method Description void
OperationImpl. setOutput(Output output)
Set the output message specification for this operation. -
Uses of Output in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return Output Modifier and Type Method Description protected Output
WSDLReaderImpl. parseOutput(org.w3c.dom.Element outputEl, Definition def)
Methods in com.ibm.wsdl.xml with parameters of type Output Modifier and Type Method Description protected void
WSDLWriterImpl. printOutput(Output output, Definition def, java.io.PrintWriter pw)
-
Uses of Output in javax.wsdl
Methods in javax.wsdl that return Output Modifier and Type Method Description 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 Modifier and Type Method Description void
Operation. setOutput(Output output)
Set the output message specification for this operation.
-