else
{
lifecycleAdapter = new DefaultComponentLifecycleAdapterFactory().create(object, this,
flowConstruct, entryPointResolverSet, muleContext);
}
lifecycleAdapter.initialise();
return lifecycleAdapter;
}
protected abstract LifecycleAdapter borrowComponentLifecycleAdaptor() throws Exception;