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

Packages that use UMOOutboundRouterCollection
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.routing.outbound Outbound 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 UMOOutboundRouterCollection in org.mule.impl
 

Fields in org.mule.impl declared as UMOOutboundRouterCollection
protected  UMOOutboundRouterCollection ImmutableMuleDescriptor.outboundRouter
           
 

Methods in org.mule.impl that return UMOOutboundRouterCollection
 UMOOutboundRouterCollection ImmutableMuleDescriptor.getOutboundRouter()
           
 

Methods in org.mule.impl with parameters of type UMOOutboundRouterCollection
 void MuleDescriptor.setOutboundRouter(UMOOutboundRouterCollection router)
           
 

Uses of UMOOutboundRouterCollection in org.mule.routing.outbound
 

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

Uses of UMOOutboundRouterCollection in org.mule.umo
 

Methods in org.mule.umo that return UMOOutboundRouterCollection
 UMOOutboundRouterCollection UMOImmutableDescriptor.getOutboundRouter()
          Outbound Routers control how events are published by a component once.
 

Methods in org.mule.umo with parameters of type UMOOutboundRouterCollection
 void UMODescriptor.setOutboundRouter(UMOOutboundRouterCollection router)
          Outbound Routers control how events are published by a component once.
 



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