Class StandardHeaderEnricherParser

java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
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.