org.mule.registry
Class MuleContextProcessor

java.lang.Object
  extended by org.mule.registry.MuleContextProcessor
All Implemented Interfaces:
ObjectProcessor

public class MuleContextProcessor
extends Object
implements ObjectProcessor

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


Constructor Summary
MuleContextProcessor(MuleContext context)
           
 
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

MuleContextProcessor

public MuleContextProcessor(MuleContext context)
Method Detail

process

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


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.