org.mule.component
Class DefaultComponentLifecycleAdapterFactory

java.lang.Object
  extended by org.mule.component.DefaultComponentLifecycleAdapterFactory
All Implemented Interfaces:
LifecycleAdapterFactory

public class DefaultComponentLifecycleAdapterFactory
extends Object
implements LifecycleAdapterFactory

DefaultComponentLifecycleAdapterFactory creates a DefaultComponentLifecycleAdapter. Users can implement their own LifeCycleAdapter factories to control lifecycle events on their services such as introduce other lifecycle events that are controlled by external changes.

See Also:
LifecycleAdapter, LifecycleAdapterFactory, DefaultComponentLifecycleAdapter, DefaultComponentLifecycleAdapterFactory

Constructor Summary
DefaultComponentLifecycleAdapterFactory()
           
 
Method Summary
 LifecycleAdapter create(Object pojoService, JavaComponent component, FlowConstruct flowConstruct, EntryPointResolverSet resolver, MuleContext muleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultComponentLifecycleAdapterFactory

public DefaultComponentLifecycleAdapterFactory()
Method Detail

create

public LifecycleAdapter create(Object pojoService,
                               JavaComponent component,
                               FlowConstruct flowConstruct,
                               EntryPointResolverSet resolver,
                               MuleContext muleContext)
                        throws MuleException
Specified by:
create in interface LifecycleAdapterFactory
Throws:
MuleException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.