Class AbstractXmppInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
- Direct Known Subclasses:
ChatMessageInboundChannelAdapterParser,PresenceInboundChannelAdapterParser
public abstract class AbstractXmppInboundChannelAdapterParser
extends org.springframework.integration.config.xml.AbstractChannelAdapterParser
Base class for XMPP inbound parsers
- Since:
- 2.0.1
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractXmppInboundChannelAdapterParser() -
Method Summary
Modifier and Type Method Description protected org.springframework.beans.factory.support.AbstractBeanDefinitiondoParse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, java.lang.String channelName)protected abstract 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)protected booleanshouldGenerateId()protected booleanshouldGenerateIdAsFallback()Methods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
-
Constructor Details
-
AbstractXmppInboundChannelAdapterParser
public AbstractXmppInboundChannelAdapterParser()
-
-
Method Details
-
shouldGenerateId
protected boolean shouldGenerateId()- Overrides:
shouldGenerateIdin classorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()- Overrides:
shouldGenerateIdAsFallbackin classorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
getBeanClassName
protected abstract java.lang.String getBeanClassName(org.w3c.dom.Element element) -
doParse
protected org.springframework.beans.factory.support.AbstractBeanDefinition doParse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, java.lang.String channelName)- Specified by:
doParsein classorg.springframework.integration.config.xml.AbstractChannelAdapterParser
-
postProcess
protected void postProcess(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
-