Class JmsHeaderEnricherParser
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.jms.config.JmsHeaderEnricherParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class JmsHeaderEnricherParser
extends org.springframework.integration.config.xml.HeaderEnricherParserSupport
Header enricher for JMS specific values.
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JmsHeaderEnricherParser() -
Method Summary
Methods inherited from class org.springframework.integration.config.xml.HeaderEnricherParserSupport
addElementToHeaderMapping, addElementToHeaderMapping, getTransformerClassName, parseTransformer, postProcessHeaderEnricher, processHeadersMethods inherited from class org.springframework.integration.config.xml.AbstractTransformerParser
parseHandlerMethods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
getInputChannelAttributeName, parseInternal, replyChannelInChainAllowed, resolveId
-
Constructor Details
-
JmsHeaderEnricherParser
public JmsHeaderEnricherParser()
-