Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
OutputImpl
This class represents an output message, and contains the name
of the output and the message itself.
|
Modifier and Type | Field and Description |
---|---|
protected Output |
OperationImpl.output |
Modifier and Type | Method and Description |
---|---|
Output |
DefinitionImpl.createOutput()
Create a new output.
|
Output |
OperationImpl.getOutput()
Get the output message specification for this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationImpl.setOutput(Output output)
Set the output message specification for this operation.
|
Modifier and Type | Method and Description |
---|---|
protected Output |
WSDLReaderImpl.parseOutput(Element outputEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLWriterImpl.printOutput(Output output,
Definition def,
PrintWriter pw) |
Modifier and Type | Method and Description |
---|---|
Output |
Definition.createOutput()
Create a new output.
|
Output |
Operation.getOutput()
Get the output message specification for this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.setOutput(Output output)
Set the output message specification for this operation.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.