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

Packages that use OutboundRouterCollection
org.mule.api.service   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.service   
 

Uses of OutboundRouterCollection in org.mule.api.service
 

Methods in org.mule.api.service that return OutboundRouterCollection
 OutboundRouterCollection Service.getOutboundRouter()
          Outbound Routers control how events are published by a service once.
 

Methods in org.mule.api.service with parameters of type OutboundRouterCollection
 void Service.setOutboundRouter(OutboundRouterCollection router)
          Outbound Routers control how events are published by a service once.
 

Uses of OutboundRouterCollection in org.mule.routing.outbound
 

Classes in org.mule.routing.outbound that implement OutboundRouterCollection
 class DefaultOutboundRouterCollection
          DefaultOutboundRouterCollection is a container of routers.
 

Uses of OutboundRouterCollection in org.mule.service
 

Fields in org.mule.service declared as OutboundRouterCollection
protected  OutboundRouterCollection AbstractService.outboundRouter
           
 

Methods in org.mule.service that return OutboundRouterCollection
 OutboundRouterCollection AbstractService.getOutboundRouter()
           
 

Methods in org.mule.service with parameters of type OutboundRouterCollection
 void AbstractService.setOutboundRouter(OutboundRouterCollection outboundRouter)
           
 



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