Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
InputImpl
This class represents an input message, and contains the name
of the input and the message itself.
|
Modifier and Type | Field and Description |
---|---|
protected Input |
OperationImpl.input |
Modifier and Type | Method and Description |
---|---|
Input |
DefinitionImpl.createInput()
Create a new input.
|
Input |
OperationImpl.getInput()
Get the input message specification for this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationImpl.setInput(Input input)
Set the input message specification for this operation.
|
Modifier and Type | Method and Description |
---|---|
protected Input |
WSDLReaderImpl.parseInput(Element inputEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLWriterImpl.printInput(Input input,
Definition def,
PrintWriter pw) |
Modifier and Type | Method and Description |
---|---|
Input |
Definition.createInput()
Create a new input.
|
Input |
Operation.getInput()
Get the input message specification for this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.setInput(Input input)
Set the input message specification for this operation.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.