Class ChatMessageInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
org.springframework.integration.xmpp.config.ChatMessageInboundChannelAdapterParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class ChatMessageInboundChannelAdapterParser extends AbstractXmppInboundChannelAdapterParser
Parser for the XMPP 'inbound-channel-adapter' element.
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ChatMessageInboundChannelAdapterParser() -
Method Summary
Modifier and Type Method Description protected java.lang.StringgetBeanClassName(org.w3c.dom.Element element)protected voidpostProcess(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)Methods inherited from class org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
doParse, shouldGenerateId, shouldGenerateIdAsFallbackMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
-
Constructor Details
-
ChatMessageInboundChannelAdapterParser
public ChatMessageInboundChannelAdapterParser()
-
-
Method Details
-
getBeanClassName
protected java.lang.String getBeanClassName(org.w3c.dom.Element element)- Specified by:
getBeanClassNamein classAbstractXmppInboundChannelAdapterParser
-
postProcess
protected void postProcess(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)- Overrides:
postProcessin classAbstractXmppInboundChannelAdapterParser
-