com.mtgi.analytics.aop.config
Class ChainingBeanFactoryPostProcessor
java.lang.Object
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
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 |
ChainingBeanFactoryPostProcessor
public ChainingBeanFactoryPostProcessor()
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