org.apache.servicemix.common.xbean
Class ParentBeanFactoryPostProcessor

java.lang.Object
  extended by org.apache.servicemix.common.xbean.ParentBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor

public class ParentBeanFactoryPostProcessor
extends java.lang.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

Constructor Summary
ParentBeanFactoryPostProcessor(java.util.Map beans)
           
 
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
 

Constructor Detail

ParentBeanFactoryPostProcessor

public ParentBeanFactoryPostProcessor(java.util.Map beans)
Method Detail

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-2012 FuseSource. All Rights Reserved.