org.springframework.integration.xmpp.config
Class AbstractXmppInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
- All Implemented Interfaces:
- BeanDefinitionParser
- Direct Known Subclasses:
- ChatMessageInboundChannelAdapterParser, PresenceInboundChannelAdapterParser
public abstract class AbstractXmppInboundChannelAdapterParser
- extends AbstractSingleBeanDefinitionParser
Base class for XMPP inbound parsers
- Since:
- 2.0.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXmppInboundChannelAdapterParser
public AbstractXmppInboundChannelAdapterParser()
shouldGenerateId
protected boolean shouldGenerateId()
- Overrides:
shouldGenerateId
in class AbstractBeanDefinitionParser
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()
- Overrides:
shouldGenerateIdAsFallback
in class AbstractBeanDefinitionParser
doParse
protected void doParse(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
- Overrides:
doParse
in class AbstractSingleBeanDefinitionParser
postProcess
protected void postProcess(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)