org.mule.config.spring.processors
Class DecoratingFlowAnnotationsBeanProcessor

java.lang.Object
  extended by org.mule.config.spring.processors.DecoratingFlowAnnotationsBeanProcessor
All Implemented Interfaces:
MuleContextAware, org.springframework.beans.factory.config.BeanPostProcessor

public class DecoratingFlowAnnotationsBeanProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor, MuleContextAware

TODO


Constructor Summary
DecoratingFlowAnnotationsBeanProcessor()
           
 
Method Summary
 Object postProcessAfterInitialization(Object o, String s)
           
 Object postProcessBeforeInitialization(Object o, String s)
           
 void setMuleContext(MuleContext muleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratingFlowAnnotationsBeanProcessor

public DecoratingFlowAnnotationsBeanProcessor()
Method Detail

setMuleContext

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

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object o,
                                              String s)
                                       throws org.springframework.beans.BeansException
Specified by:
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object o,
                                             String s)
                                      throws org.springframework.beans.BeansException
Specified by:
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException


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