Class DubboNamespaceHandler

java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.apache.dubbo.config.spring.schema.DubboNamespaceHandler
All Implemented Interfaces:
ConfigurableSourceBeanMetadataElement, org.springframework.beans.factory.xml.NamespaceHandler

public class DubboNamespaceHandler extends org.springframework.beans.factory.xml.NamespaceHandlerSupport implements ConfigurableSourceBeanMetadataElement
DubboNamespaceHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.springframework.beans.factory.config.BeanDefinition
    parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
    Override NamespaceHandlerSupport.parse(Element, ParserContext) method

    Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport

    decorate

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.dubbo.config.spring.beans.factory.config.ConfigurableSourceBeanMetadataElement

    setSource
  • Constructor Details

    • DubboNamespaceHandler

      public DubboNamespaceHandler()
  • Method Details

    • init

      public void init()
      Specified by:
      init in interface org.springframework.beans.factory.xml.NamespaceHandler
    • parse

      public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Override NamespaceHandlerSupport.parse(Element, ParserContext) method
      Specified by:
      parse in interface org.springframework.beans.factory.xml.NamespaceHandler
      Overrides:
      parse in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
      Parameters:
      element - Element
      parserContext - ParserContext
      Returns:
      Since:
      2.7.5