Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class | Description |
---|---|---|
class |
OutputImpl |
This class represents an output message, and contains the name
of the output and the message itself.
|
Modifier and Type | Field | Description |
---|---|---|
protected Output |
OperationImpl.output |
Modifier and Type | Method | Description |
---|---|---|
Output |
DefinitionImpl.createOutput() |
Create a new output.
|
Output |
OperationImpl.getOutput() |
Get the output message specification for this operation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OperationImpl.setOutput(Output output) |
Set the output message specification for this operation.
|
Modifier and Type | Method | Description |
---|---|---|
protected Output |
WSDLReaderImpl.parseOutput(org.w3c.dom.Element outputEl,
Definition def) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
WSDLWriterImpl.printOutput(Output output,
Definition def,
java.io.PrintWriter pw) |
Modifier and Type | Method | Description |
---|---|---|
Output |
Definition.createOutput() |
Create a new output.
|
Output |
Operation.getOutput() |
Get the output message specification for this operation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Operation.setOutput(Output output) |
Set the output message specification for this operation.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.