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 Details

    • BEAN_NAME

      public static String 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:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception