Class HeaderValueRouterParser

java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class HeaderValueRouterParser extends AbstractRouterParser
Parser for the <header-value-router/> element.
Since:
1.0.3
  • Constructor Details

    • HeaderValueRouterParser

      public HeaderValueRouterParser()
  • Method Details

    • doParseRouter

      protected org.springframework.beans.factory.config.BeanDefinition doParseRouter(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Specified by:
      doParseRouter in class AbstractRouterParser