| Package | Description |
|---|---|
| javax.jbi.messaging |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Fault
Models WSDL fault messages.
|
| Modifier and Type | Method and Description |
|---|---|
NormalizedMessage |
MessageExchange.createMessage()
Creates a normalized message based on the specified message reference.
|
NormalizedMessage |
RobustInOnly.getInMessage()
Retrieves the in normalized message from this exchange.
|
NormalizedMessage |
InOut.getInMessage()
Retrieves the "in" message reference from this exchange.
|
NormalizedMessage |
InOptionalOut.getInMessage()
Retrieves the "in" message reference from this exchange.
|
NormalizedMessage |
InOnly.getInMessage()
Retrieves the in normalized message from this exchange.
|
NormalizedMessage |
MessageExchange.getMessage(String name)
Retrieves a normalized message based on the specified message reference.
|
NormalizedMessage |
InOut.getOutMessage()
Retrieves the "out" message reference from this exchange.
|
NormalizedMessage |
InOptionalOut.getOutMessage()
Retrieves the "out" message reference from this exchange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RobustInOnly.setInMessage(NormalizedMessage msg)
Sets the in normalized message for this exchange.
|
void |
InOut.setInMessage(NormalizedMessage msg)
Specifies the "in" message reference for this exchange.
|
void |
InOptionalOut.setInMessage(NormalizedMessage msg)
Specifies the "in" message reference for this exchange.
|
void |
InOnly.setInMessage(NormalizedMessage msg)
Sets the in normalized message for this exchange.
|
void |
MessageExchange.setMessage(NormalizedMessage msg,
String name)
Sets a normalized message with the specified message reference.
|
void |
InOut.setOutMessage(NormalizedMessage msg)
Specifies the "out" message reference for this exchange.
|
void |
InOptionalOut.setOutMessage(NormalizedMessage msg)
Specifies the "out" message reference for this exchange.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.