Class MailHeaderEnricherParser
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.mail.config.MailHeaderEnricherParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class MailHeaderEnricherParser
extends org.springframework.integration.config.xml.HeaderEnricherParserSupport
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MailHeaderEnricherParser()
-
Method Summary
Methods inherited from class org.springframework.integration.config.xml.HeaderEnricherParserSupport
addElementToHeaderMapping, addElementToHeaderMapping, getTransformerClassName, parseTransformer, postProcessHeaderEnricher, processHeaders
Methods inherited from class org.springframework.integration.config.xml.AbstractTransformerParser
parseHandler
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
getInputChannelAttributeName, parseInternal, replyChannelInChainAllowed, resolveId
-
Constructor Details
-
MailHeaderEnricherParser
public MailHeaderEnricherParser()
-