com.mtgi.analytics.aop.config
Class ChainingBeanFactoryPostProcessor

java.lang.Object
  extended by com.mtgi.analytics.aop.config.ChainingBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor

public class ChainingBeanFactoryPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor

Re-runs all other post-processors on the given bean factory on another target bean factory, for chaining factory post-process operations across multiple unrelated factories.

See Also:
TemplateBeanDefinitionParser

Constructor Summary
ChainingBeanFactoryPostProcessor()
           
 
Method Summary
 void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
           
 void setTargetFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory targetFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainingBeanFactoryPostProcessor

public ChainingBeanFactoryPostProcessor()
Method Detail

setTargetFactory

public void setTargetFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory targetFactory)

postProcessBeanFactory

public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
Specified by:
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
Throws:
org.springframework.beans.BeansException