Uses of Interface
org.mule.api.routing.InboundRouterCollection

Packages that use InboundRouterCollection
org.mule.api.service   
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.service   
 

Uses of InboundRouterCollection in org.mule.api.service
 

Methods in org.mule.api.service that return InboundRouterCollection
 InboundRouterCollection Service.getInboundRouter()
          Inbound Routers control how events are received by a service.
 

Methods in org.mule.api.service with parameters of type InboundRouterCollection
 void Service.setInboundRouter(InboundRouterCollection router)
          Inbound Routers control how events are received by a service.
 

Uses of InboundRouterCollection in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type InboundRouterCollection
static Message CoreMessages.inboundRouterMustUseInboundEndpoints(InboundRouterCollection router, ImmutableEndpoint endpoint)
           
 

Uses of InboundRouterCollection in org.mule.routing.inbound
 

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

Uses of InboundRouterCollection in org.mule.service
 

Fields in org.mule.service declared as InboundRouterCollection
protected  InboundRouterCollection AbstractService.inboundRouter
           
 

Methods in org.mule.service that return InboundRouterCollection
 InboundRouterCollection AbstractService.getInboundRouter()
           
 

Methods in org.mule.service with parameters of type InboundRouterCollection
 void AbstractService.setInboundRouter(InboundRouterCollection inboundRouter)
           
 



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