| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
MessageReference |
InterfaceOperation.addNewInput()
Create a new input message reference for this operation, and append it
to this operation's input list.
|
MessageReference |
InterfaceOperation.addNewOutput()
Create a new output message reference for this operation, and append
it to this operation's output list.
|
MessageReference |
InterfaceOperation.getInput(int index)
Get input message references by indexed position.
|
MessageReference |
InterfaceOperation.getOutput(int index)
Get output message references by indexed position.
|
MessageReference |
InterfaceOperation.removeInput(int index)
Remove input message references by index position.
|
MessageReference |
InterfaceOperation.removeOutput(int index)
Remove output message references by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceOperation.appendInput(MessageReference theInput)
Append an item to input message references.
|
void |
InterfaceOperation.appendOutput(MessageReference theOutput)
Append an item to output message references.
|
void |
InterfaceOperation.setInput(int index,
MessageReference theInput)
Set input message references by indexed position.
|
void |
InterfaceOperation.setOutput(int index,
MessageReference theOutput)
Set output message references by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.