org.mule.tck.testmodels.mule
Class TestComponentLifecycleAdapterFactory

java.lang.Object
  extended by org.mule.tck.testmodels.mule.TestComponentLifecycleAdapterFactory
All Implemented Interfaces:
LifecycleAdapterFactory

public class TestComponentLifecycleAdapterFactory
extends Object
implements LifecycleAdapterFactory


Constructor Summary
TestComponentLifecycleAdapterFactory()
           
 
Method Summary
 LifecycleAdapter create(Object pojoService, JavaComponent service, 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

TestComponentLifecycleAdapterFactory

public TestComponentLifecycleAdapterFactory()
Method Detail

create

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


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