org.mule.config.processors
Class LookupInjectionProcessor

java.lang.Object
  extended by org.mule.config.processors.LookupInjectionProcessor
All Implemented Interfaces:
MuleContextAware, InjectProcessor, ObjectProcessor

public class LookupInjectionProcessor
extends Object
implements InjectProcessor, MuleContextAware

TODO


Field Summary
protected  Log logger
          logger used by this class
 
Constructor Summary
LookupInjectionProcessor()
           
LookupInjectionProcessor(MuleContext context)
           
 
Method Summary
 Object process(Object object)
           
 void setMuleContext(MuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final transient Log logger
logger used by this class

Constructor Detail

LookupInjectionProcessor

public LookupInjectionProcessor()

LookupInjectionProcessor

public LookupInjectionProcessor(MuleContext context)
Method Detail

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware

process

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


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