{
lifecycleManager.fireStartPhase(new LifecycleCallback<Component>()
{
public void onTransition(String phaseName, Component object) throws MuleException
{
notificationHandler = new OptimisedNotificationHandler(muleContext.getNotificationManager(),
ComponentMessageNotification.class);
doStart();
}
});