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
OsgiBeanFactoryPostProcessorpostProcessBeanFactory in interface OsgiBeanFactoryPostProcessorbundleContext - bundlebeanFactory - the bean factory used by the application contextorg.springframework.beans.BeansException - in case of factory errorsOsgiExceptionCopyright © 2006–2015. All rights reserved.