Class StandardHeaderEnricherParser

All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class StandardHeaderEnricherParser extends HeaderEnricherParserSupport
Parser for the <header-enricher> element within the core integration namespace. This is used for setting the standard, out-of-the-box configurable MessageHeaders, such as 'reply-channel', 'priority', and 'correlation-id'. It will also accept custom header values (or bean references) if provided as 'header' sub-elements.
  • Constructor Details

    • StandardHeaderEnricherParser

      public StandardHeaderEnricherParser()
  • Method Details

    • postProcessHeaderEnricher

      protected void postProcessHeaderEnricher(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Description copied from class: HeaderEnricherParserSupport
      Subclasses may override this method to provide any additional processing.
      Overrides:
      postProcessHeaderEnricher in class HeaderEnricherParserSupport
      Parameters:
      builder - The builder.
      element - The element.
      parserContext - The parser context.