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
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
- 
Field SummaryFields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParserEXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTEFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidpostProcessHeaderEnricher(BeanDefinitionBuilder builder, Element element, ParserContext parserContext) Subclasses may override this method to provide any additional processing.Methods inherited from class org.springframework.integration.config.xml.HeaderEnricherParserSupportaddElementToHeaderMapping, addElementToHeaderMapping, getTransformerClassName, parseTransformer, processHeadersMethods inherited from class org.springframework.integration.config.xml.AbstractTransformerParserparseHandlerMethods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParsergetInputChannelAttributeName, parseInternal, replyChannelInChainAllowed, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
StandardHeaderEnricherParserpublic StandardHeaderEnricherParser()
 
- 
- 
Method Details- 
postProcessHeaderEnricherprotected void postProcessHeaderEnricher(BeanDefinitionBuilder builder, Element element, ParserContext parserContext) Description copied from class:HeaderEnricherParserSupportSubclasses may override this method to provide any additional processing.- Overrides:
- postProcessHeaderEnricherin class- HeaderEnricherParserSupport
- Parameters:
- builder- The builder.
- element- The element.
- parserContext- The parser context.
 
 
-