Class DubboConfigBeanInitializer
java.lang.Object
org.apache.dubbo.config.spring.context.DubboConfigBeanInitializer
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.InitializingBean
public class DubboConfigBeanInitializer
extends Object
implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
Dubbo config bean initializer.
NOTE: Dubbo config beans MUST be initialized after registering all BeanPostProcessors,
that is after the AbstractApplicationContext#registerBeanPostProcessors() method.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
-
Field Details
-
BEAN_NAME
-
-
Constructor Details
-
DubboConfigBeanInitializer
public DubboConfigBeanInitializer()
-
-
Method Details
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-