|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Output | |
|---|---|
| com.ibm.wsdl | |
| com.ibm.wsdl.xml | |
| javax.wsdl | |
| Uses of Output in com.ibm.wsdl |
|---|
| Classes in com.ibm.wsdl that implement Output | |
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 | |
protected Output |
OperationImpl.output
|
| Methods in com.ibm.wsdl that return Output | |
Output |
OperationImpl.getOutput()
Get the output message specification for this operation. |
Output |
DefinitionImpl.createOutput()
Create a new output. |
| Methods in com.ibm.wsdl with parameters of type Output | |
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 | |
protected Output |
WSDLReaderImpl.parseOutput(org.w3c.dom.Element outputEl,
Definition def)
|
| Methods in com.ibm.wsdl.xml with parameters of type Output | |
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 | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||