org.apache.servicemix.common.xbean
Class ParentBeanFactoryPostProcessor
java.lang.Object
org.apache.servicemix.common.xbean.ParentBeanFactoryPostProcessor
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class ParentBeanFactoryPostProcessor
- extends Object
- implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
A BeanFactoryPostProcessor which creates a BeanFactory from the given beans
and sets it as the parent BeanFactory.
- Author:
- gnodet
|
Method Summary |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentBeanFactoryPostProcessor
public ParentBeanFactoryPostProcessor(Map beans)
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
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.