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.SimpleHeaderEnricherParser
org.springframework.integration.config.xml.StandardHeaderEnricherParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class StandardHeaderEnricherParser
- extends SimpleHeaderEnricherParser
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
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
Method Summary |
protected void |
postProcessHeaders(org.w3c.dom.Element element,
org.springframework.beans.factory.support.ManagedMap headers,
org.springframework.beans.factory.xml.ParserContext parserContext)
Subclasses may implement this method to provide additional headers. |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardHeaderEnricherParser
public StandardHeaderEnricherParser()
postProcessHeaders
protected void postProcessHeaders(org.w3c.dom.Element element,
org.springframework.beans.factory.support.ManagedMap headers,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Description copied from class:
SimpleHeaderEnricherParser
- Subclasses may implement this method to provide additional headers.
- Overrides:
postProcessHeaders
in class SimpleHeaderEnricherParser