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

Packages that use UMOMessageDispatcherFactory
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

Uses of UMOMessageDispatcherFactory in org.mule.providers
 

Fields in org.mule.providers declared as UMOMessageDispatcherFactory
protected  UMOMessageDispatcherFactory AbstractConnector.dispatcherFactory
          Factory used to create dispatchers for this connector
 

Methods in org.mule.providers that return UMOMessageDispatcherFactory
 UMOMessageDispatcherFactory AbstractConnector.getDispatcherFactory()
           
 

Methods in org.mule.providers with parameters of type UMOMessageDispatcherFactory
 void AbstractConnector.setDispatcherFactory(UMOMessageDispatcherFactory dispatcherFactory)
           
 

Uses of UMOMessageDispatcherFactory in org.mule.providers.service
 

Methods in org.mule.providers.service that return UMOMessageDispatcherFactory
 UMOMessageDispatcherFactory ConnectorServiceDescriptor.createDispatcherFactory()
           
 

Uses of UMOMessageDispatcherFactory in org.mule.umo.provider
 

Methods in org.mule.umo.provider that return UMOMessageDispatcherFactory
 UMOMessageDispatcherFactory UMOConnector.getDispatcherFactory()
          The dispatcher factory is used to create a message dispatcher of the current request
 

Methods in org.mule.umo.provider with parameters of type UMOMessageDispatcherFactory
 void UMOConnector.setDispatcherFactory(UMOMessageDispatcherFactory factory)
          The dispatcher factory is used to create a message dispatcher of the current request
 



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