public class OsgiAnnotationPostProcessor extends Object implements OsgiBeanFactoryPostProcessor
Constructor and Description |
---|
OsgiAnnotationPostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
postProcessBeanFactory(org.osgi.framework.BundleContext bundleContext,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Modifies the application context's internal bean factory after its
standard initialization.
|
public void postProcessBeanFactory(org.osgi.framework.BundleContext bundleContext, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException, OsgiException
OsgiBeanFactoryPostProcessor
postProcessBeanFactory
in interface OsgiBeanFactoryPostProcessor
bundleContext
- bundlebeanFactory
- the bean factory used by the application contextorg.springframework.beans.BeansException
- in case of factory errorsOsgiException
Copyright © 2006–2017. All rights reserved.