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 AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBeanClassName(Element element) protected voidpostProcess(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) Methods inherited from class AbstractXmppInboundChannelAdapterParser
doParse, shouldGenerateId, shouldGenerateIdAsFallbackMethods inherited from class AbstractChannelAdapterParser
parseInternal, resolveIdMethods inherited from class AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldParseNameAsAliases
-
Constructor Details
-
ChatMessageInboundChannelAdapterParser
public ChatMessageInboundChannelAdapterParser()
-
-
Method Details
-
getBeanClassName
- Specified by:
getBeanClassNamein classAbstractXmppInboundChannelAdapterParser
-
postProcess
protected void postProcess(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) - Overrides:
postProcessin classAbstractXmppInboundChannelAdapterParser
-