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