Class XmppHeaderEnricherParser
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.xmpp.config.XmppHeaderEnricherParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class XmppHeaderEnricherParser
extends org.springframework.integration.config.xml.HeaderEnricherParserSupport
Parser for 'xmpp:header-enricher' element
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XmppHeaderEnricherParser() -
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
-
XmppHeaderEnricherParser
public XmppHeaderEnricherParser()
-