Uses of Interface
org.mule.umo.routing.UMOInboundRouterCollection

Packages that use UMOInboundRouterCollection
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 UMOInboundRouterCollection in org.mule.impl
 

Fields in org.mule.impl declared as UMOInboundRouterCollection
protected  UMOInboundRouterCollection ImmutableMuleDescriptor.inboundRouter
           
 

Methods in org.mule.impl that return UMOInboundRouterCollection
 UMOInboundRouterCollection ImmutableMuleDescriptor.getInboundRouter()
           
 

Methods in org.mule.impl with parameters of type UMOInboundRouterCollection
 void MuleDescriptor.setInboundRouter(UMOInboundRouterCollection router)
           
 

Uses of UMOInboundRouterCollection in org.mule.routing.inbound
 

Classes in org.mule.routing.inbound that implement UMOInboundRouterCollection
 class InboundRouterCollection
          InboundRouterCollection is a collection of routers that will be invoked when an event is received.
 

Uses of UMOInboundRouterCollection in org.mule.umo
 

Methods in org.mule.umo that return UMOInboundRouterCollection
 UMOInboundRouterCollection UMOImmutableDescriptor.getInboundRouter()
          Inbound Routers control how events are received by a component.
 

Methods in org.mule.umo with parameters of type UMOInboundRouterCollection
 void UMODescriptor.setInboundRouter(UMOInboundRouterCollection router)
          Inbound Routers control how events are received by a component.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.