| Package | Description |
|---|---|
| org.mule.routing |
Defines the core routing patterns supported by mule.
|
| org.mule.routing.inbound |
Inbound router implementation as described in the Enterprise Integration Patterns book.
|
| org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
| org.mule.routing.response |
Response router implementations that enable asynchronous event processing in request /response messaging requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionMessageInfoMapping
TODO
|
class |
MuleMessageInfoMapping
A simple facade implementation of
MessageInfoMapping that simply
grabs the message information from the MuleMessage untouched. |
| Constructor and Description |
|---|
EventCorrelator(EventCorrelatorCallback callback,
MessageInfoMapping messageInfoMapping,
MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
MessageInfoMapping |
SelectiveConsumer.getMessageInfoMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectiveConsumer.setMessageInfoMapping(MessageInfoMapping messageInfoMapping) |
| Modifier and Type | Field and Description |
|---|---|
protected MessageInfoMapping |
AbstractOutboundRouter.messageInfoMapping |
| Modifier and Type | Method and Description |
|---|---|
MessageInfoMapping |
AbstractOutboundRouter.getMessageInfoMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOutboundRouter.setMessageInfoMapping(MessageInfoMapping messageInfoMapping) |
| Modifier and Type | Field and Description |
|---|---|
protected MessageInfoMapping |
AbstractResponseRouter.messageInfoMapping |
| Modifier and Type | Method and Description |
|---|---|
MessageInfoMapping |
AbstractResponseRouter.getMessageInfoMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResponseRouter.setMessageInfoMapping(MessageInfoMapping messageInfoMapping) |
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.