|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOLifecycleAdapterFactory | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
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 TODO (document class) |
Methods in org.mule.impl that return UMOLifecycleAdapterFactory | |
UMOLifecycleAdapterFactory |
MuleModel.getLifecycleAdapterFactory()
|
Methods in org.mule.impl with parameters of type UMOLifecycleAdapterFactory | |
void |
MuleModel.setLifecycleAdapterFactory(UMOLifecycleAdapterFactory lifecycleAdapterFactory)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |