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 classOutputImplThis 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 OutputOperationImpl. outputMethods in com.ibm.wsdl that return Output Modifier and Type Method Description OutputDefinitionImpl. createOutput()Create a new output.OutputOperationImpl. getOutput()Get the output message specification for this operation.Methods in com.ibm.wsdl with parameters of type Output Modifier and Type Method Description voidOperationImpl. 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 OutputWSDLReaderImpl. 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 voidWSDLWriterImpl. 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 OutputDefinition. createOutput()Create a new output.OutputOperation. getOutput()Get the output message specification for this operation.Methods in javax.wsdl with parameters of type Output Modifier and Type Method Description voidOperation. setOutput(Output output)Set the output message specification for this operation.
-