public class OsgiAnnotationPostProcessor extends java.lang.Object implements OsgiBeanFactoryPostProcessor
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
ANNOTATION_BPP_CLASS
service reference bpp
|
private static org.apache.commons.logging.Log |
log
logger
|
| 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.
|
private static final org.apache.commons.logging.Log log
private static final java.lang.String ANNOTATION_BPP_CLASS
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 errorsOsgiException