public interface OsgiBeanFactoryPostProcessor
BeanFactoryPostProcessor
,
BundleContext
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.
|
void postProcessBeanFactory(org.osgi.framework.BundleContext bundleContext, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException, org.osgi.framework.InvalidSyntaxException, org.osgi.framework.BundleException
bundleContext
- bundlebeanFactory
- the bean factory used by the application contextorg.springframework.beans.BeansException
- in case of factory errorsorg.osgi.framework.InvalidSyntaxException
- in case of OSGi filters errorsorg.osgi.framework.BundleException
- in case of OSGi bundle errorsCopyright © 2006–2014. All rights reserved.