|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOInboundRouter | |
org.mule.examples.loanbroker.routers | |
org.mule.routing.inbound | Inbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.umo.routing | Interfaces that define inbound and outbound routing API. |
Uses of UMOInboundRouter in org.mule.examples.loanbroker.routers |
Classes in org.mule.examples.loanbroker.routers that implement UMOInboundRouter | |
class |
BankQuotesInboundAggregator
BankQuotesInboundAggregator receives a number of quotes and selects the
lowest |
Uses of UMOInboundRouter in org.mule.routing.inbound |
Classes in org.mule.routing.inbound that implement UMOInboundRouter | |
class |
AbstractEventAggregator
AbstractEventAggregator will aggregate a set of messages into a
single message. |
class |
AbstractEventResequencer
AbstractEventResequencer is used to receive a set of events,
resequence them and forward them on to their destination |
class |
CorrelationAggregator
CorrelationAggregator uses the CorrelationID and
CorrelationGroupSize properties of the UMOMessage to manage
message groups. |
class |
CorrelationEventResequencer
CorrelationEventResequencer is used to resequence events according
to their dispatch sequence in the correlation group. |
class |
ForwardingConsumer
ForwardingConsumer is used to forward an incoming event over
another transport without invoking a component. |
class |
IdempotentReceiver
IdempotentReceiver ensures that only unique messages are received
by a component. |
class |
IdempotentSecureHashReceiver
IdempotentSecureHashReceiver ensures that only unique messages are
received by a component. |
class |
InboundPassThroughRouter
InboundPassThroughRouter allows inbound routing over all
registered endpoints without any filtering. |
class |
MessageChunkingAggregator
|
class |
SelectiveConsumer
SelectiveConsumer is an inbound router used to filter out unwanted
events. |
class |
WireTap
An inbound router that can forward every message to another destination as defined in the "endpoint" property. |
Methods in org.mule.routing.inbound that return UMOInboundRouter | |
UMOInboundRouter |
InboundRouterCollection.removeRouter(UMOInboundRouter router)
|
Methods in org.mule.routing.inbound with parameters of type UMOInboundRouter | |
void |
InboundRouterCollection.addRouter(UMOInboundRouter router)
|
UMOInboundRouter |
InboundRouterCollection.removeRouter(UMOInboundRouter router)
|
Uses of UMOInboundRouter in org.mule.umo.routing |
Methods in org.mule.umo.routing that return UMOInboundRouter | |
UMOInboundRouter |
UMOInboundRouterCollection.removeRouter(UMOInboundRouter router)
|
Methods in org.mule.umo.routing with parameters of type UMOInboundRouter | |
void |
UMOInboundRouterCollection.addRouter(UMOInboundRouter router)
|
UMOInboundRouter |
UMOInboundRouterCollection.removeRouter(UMOInboundRouter router)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |