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

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

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

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

Methods in org.mule.impl with parameters of type UMOOutboundMessageRouter
 void MuleDescriptor.setOutboundRouter(UMOOutboundMessageRouter routerList)
           
 

Uses of UMOOutboundMessageRouter in org.mule.routing.outbound
 

Classes in org.mule.routing.outbound that implement UMOOutboundMessageRouter
 class OutboundMessageRouter
          OutboundMessageRouter is a container of routers.
 

Uses of UMOOutboundMessageRouter in org.mule.umo
 

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

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



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.