|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageInfoMapping | |
---|---|
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. |
Uses of MessageInfoMapping in org.mule.routing |
---|
Classes in org.mule.routing that implement MessageInfoMapping | |
---|---|
class |
ExpressionMessageInfoMapping
TODO |
class |
MuleMessageInfoMapping
A simple facade implementation of MessageInfoMapping that simply
grabs the message information from the MuleMessage untouched. |
Constructors in org.mule.routing with parameters of type MessageInfoMapping | |
---|---|
EventCorrelator(EventCorrelatorCallback callback,
MessageInfoMapping messageInfoMapping,
MuleContext context)
|
Uses of MessageInfoMapping in org.mule.routing.inbound |
---|
Methods in org.mule.routing.inbound that return MessageInfoMapping | |
---|---|
MessageInfoMapping |
SelectiveConsumer.getMessageInfoMapping()
|
Methods in org.mule.routing.inbound with parameters of type MessageInfoMapping | |
---|---|
void |
SelectiveConsumer.setMessageInfoMapping(MessageInfoMapping messageInfoMapping)
|
Uses of MessageInfoMapping in org.mule.routing.outbound |
---|
Fields in org.mule.routing.outbound declared as MessageInfoMapping | |
---|---|
protected MessageInfoMapping |
AbstractOutboundRouter.messageInfoMapping
|
Methods in org.mule.routing.outbound that return MessageInfoMapping | |
---|---|
MessageInfoMapping |
AbstractOutboundRouter.getMessageInfoMapping()
|
Methods in org.mule.routing.outbound with parameters of type MessageInfoMapping | |
---|---|
void |
AbstractOutboundRouter.setMessageInfoMapping(MessageInfoMapping messageInfoMapping)
|
Uses of MessageInfoMapping in org.mule.routing.response |
---|
Fields in org.mule.routing.response declared as MessageInfoMapping | |
---|---|
protected MessageInfoMapping |
AbstractResponseRouter.messageInfoMapping
|
Methods in org.mule.routing.response that return MessageInfoMapping | |
---|---|
MessageInfoMapping |
AbstractResponseRouter.getMessageInfoMapping()
|
Methods in org.mule.routing.response with parameters of type MessageInfoMapping | |
---|---|
void |
AbstractResponseRouter.setMessageInfoMapping(MessageInfoMapping messageInfoMapping)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |