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:
BeanDefinitionParser
Parser for the XMPP 'inbound-channel-adapter' element.
- Since:
- 2.0
- Author:
- Josh Long, Oleg Zhurakousky, Artem Bilan
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getBeanClassName
(Element element) protected void
postProcess
(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) Methods inherited from class org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
doParse, shouldGenerateId, shouldGenerateIdAsFallback
Methods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldParseNameAsAliases
-
Constructor Details
-
ChatMessageInboundChannelAdapterParser
public ChatMessageInboundChannelAdapterParser()
-
-
Method Details
-
getBeanClassName
- Specified by:
getBeanClassName
in classAbstractXmppInboundChannelAdapterParser
-
postProcess
protected void postProcess(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) - Overrides:
postProcess
in classAbstractXmppInboundChannelAdapterParser
-