| Package | Description |
|---|---|
| com.ibm.wsdl | |
| com.ibm.wsdl.xml | |
| javax.wsdl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InputImpl |
This class represents an input message, and contains the name
of the input and the message itself.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Input |
OperationImpl.input |
| Modifier and Type | Method | Description |
|---|---|---|
Input |
DefinitionImpl.createInput() |
Create a new input.
|
Input |
OperationImpl.getInput() |
Get the input message specification for this operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OperationImpl.setInput(Input input) |
Set the input message specification for this operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Input |
WSDLReaderImpl.parseInput(org.w3c.dom.Element inputEl,
Definition def) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
WSDLWriterImpl.printInput(Input input,
Definition def,
java.io.PrintWriter pw) |
| Modifier and Type | Method | Description |
|---|---|---|
Input |
Definition.createInput() |
Create a new input.
|
Input |
Operation.getInput() |
Get the input message specification for this operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Operation.setInput(Input input) |
Set the input message specification for this operation.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.