Class StandardHeaderEnricherParser

All Implemented Interfaces:
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.
Author:
Mark Fisher, Oleg Zhurakousky, Artem Bilan