Uses of Interface
org.mule.umo.lifecycle.UMOLifecycleAdapterFactory

Packages that use UMOLifecycleAdapterFactory
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.model   
org.mule.tck.testmodels.mule   
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Uses of UMOLifecycleAdapterFactory in org.mule.impl
 

Classes in org.mule.impl that implement UMOLifecycleAdapterFactory
 class DefaultLifecycleAdapterFactory
          DefaultLifecycleAdapterFactory creates a DefaultLifeCycleAdapter.
 

Uses of UMOLifecycleAdapterFactory in org.mule.impl.model
 

Methods in org.mule.impl.model that return UMOLifecycleAdapterFactory
 UMOLifecycleAdapterFactory AbstractModel.getLifecycleAdapterFactory()
           
 

Methods in org.mule.impl.model with parameters of type UMOLifecycleAdapterFactory
 void AbstractModel.setLifecycleAdapterFactory(UMOLifecycleAdapterFactory lifecycleAdapterFactory)
           
 

Uses of UMOLifecycleAdapterFactory in org.mule.tck.testmodels.mule
 

Classes in org.mule.tck.testmodels.mule that implement UMOLifecycleAdapterFactory
 class TestDefaultLifecycleAdapterFactory
          TestDefaultLifecycleAdapterFactory TODO (document class)
 

Uses of UMOLifecycleAdapterFactory in org.mule.umo.model
 

Methods in org.mule.umo.model that return UMOLifecycleAdapterFactory
 UMOLifecycleAdapterFactory UMOModel.getLifecycleAdapterFactory()
          The lifecycle adapter is used by the model to translate Mule lifecycle event to events that UMO components registered with the model understand.
 

Methods in org.mule.umo.model with parameters of type UMOLifecycleAdapterFactory
 void UMOModel.setLifecycleAdapterFactory(UMOLifecycleAdapterFactory lifecycleAdapterFactory)
          Sets the lifecycleAdapterFactory on the model.
 



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