|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOInboundMessageRouter | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.routing.inbound | Inbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
Uses of UMOInboundMessageRouter in org.mule.impl |
Fields in org.mule.impl declared as UMOInboundMessageRouter | |
protected UMOInboundMessageRouter |
ImmutableMuleDescriptor.inboundRouter
|
Methods in org.mule.impl that return UMOInboundMessageRouter | |
UMOInboundMessageRouter |
ImmutableMuleDescriptor.getInboundRouter()
|
Methods in org.mule.impl with parameters of type UMOInboundMessageRouter | |
void |
MuleDescriptor.setInboundRouter(UMOInboundMessageRouter routerList)
|
Uses of UMOInboundMessageRouter in org.mule.routing.inbound |
Classes in org.mule.routing.inbound that implement UMOInboundMessageRouter | |
class |
InboundMessageRouter
InboundMessageRouter is a collection of routers that will be invoked
when an event is received It is responsible for manageing a collection of routers and
also executing the routing logic. |
Uses of UMOInboundMessageRouter in org.mule.umo |
Methods in org.mule.umo that return UMOInboundMessageRouter | |
UMOInboundMessageRouter |
UMOImmutableDescriptor.getInboundRouter()
Inbound Routers control how events are received by a component. |
Methods in org.mule.umo with parameters of type UMOInboundMessageRouter | |
void |
UMODescriptor.setInboundRouter(UMOInboundMessageRouter router)
Inbound Routers control how events are received by a component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |