org.springframework.integration.config.xml
Class StandardHeaderEnricherParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.config.xml.AbstractTransformerParser
org.springframework.integration.config.xml.HeaderEnricherParserSupport
org.springframework.integration.config.xml.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardHeaderEnricherParser
public StandardHeaderEnricherParser()
postProcessHeaderEnricher
protected void postProcessHeaderEnricher(BeanDefinitionBuilder builder,
Element element,
ParserContext parserContext)
- Description copied from class:
HeaderEnricherParserSupport
- Subclasses may override this method to provide any additional processing.
- Overrides:
postProcessHeaderEnricher
in class HeaderEnricherParserSupport
Copyright © 2010. All Rights Reserved.