Uses of Interface
org.mule.umo.provider.UMOMessageDispatcher

Packages that use UMOMessageDispatcher
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

Uses of UMOMessageDispatcher in org.mule.providers
 

Classes in org.mule.providers that implement UMOMessageDispatcher
 class AbstractMessageDispatcher
          

AbstractMessageDispatcher provides a default dispatch (client) support for handling threads lifecycle and validation.

 

Methods in org.mule.providers that return UMOMessageDispatcher
 UMOMessageDispatcher AbstractConnector.getDispatcher(UMOImmutableEndpoint endpoint)
           
 UMOMessageDispatcher AbstractConnector.getDispatcher(UMOImmutableEndpoint endpoint, boolean createDispatcherIfNotExists)
           
 UMOMessageDispatcher AbstractConnector.lookupDispatcher(String key)
           
protected  UMOMessageDispatcher AbstractConnector.createDispatcher(UMOImmutableEndpoint endpoint)
           
 

Uses of UMOMessageDispatcher in org.mule.umo.provider
 

Methods in org.mule.umo.provider that return UMOMessageDispatcher
 UMOMessageDispatcher UMOMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
           
 UMOMessageDispatcher UMOConnector.getDispatcher(UMOImmutableEndpoint endpoint)
          The connector can pool dispatchers based on their endpointUri or can ingnore the endpointUri altogether and use a ThreadLocal or always create new.
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.