org.mule.registry
Class LifecycleStateInjectorProcessor

java.lang.Object
  extended by org.mule.registry.LifecycleStateInjectorProcessor
All Implemented Interfaces:
InjectProcessor, ObjectProcessor

public class LifecycleStateInjectorProcessor
extends Object
implements InjectProcessor

Injects the MuleContext object for objects stored in the TransientRegistry where the object registered implements MuleContextAware.


Constructor Summary
LifecycleStateInjectorProcessor(LifecycleState state)
           
 
Method Summary
 Object process(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleStateInjectorProcessor

public LifecycleStateInjectorProcessor(LifecycleState state)
Method Detail

process

public Object process(Object object)
Specified by:
process in interface ObjectProcessor


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