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 SummaryFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringgetBeanClassName(Element element) protected voidpostProcess(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) Methods inherited from class org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParserdoParse, shouldGenerateId, shouldGenerateIdAsFallbackMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParserparseInternal, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldParseNameAsAliases
- 
Constructor Details- 
ChatMessageInboundChannelAdapterParserpublic ChatMessageInboundChannelAdapterParser()
 
- 
- 
Method Details- 
getBeanClassName- Specified by:
- getBeanClassNamein class- AbstractXmppInboundChannelAdapterParser
 
- 
postProcessprotected void postProcess(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) - Overrides:
- postProcessin class- AbstractXmppInboundChannelAdapterParser
 
 
-