Class PresenceInboundChannelAdapterParser
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.PresenceInboundChannelAdapterParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class PresenceInboundChannelAdapterParser extends AbstractXmppInboundChannelAdapterParser
Parser for 'xmpp:presence-inbound-channel-adapter' element.
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PresenceInboundChannelAdapterParser() -
Method Summary
Modifier and Type Method Description protected java.lang.StringgetBeanClassName(org.w3c.dom.Element element)Methods inherited from class org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
doParse, postProcess, shouldGenerateId, shouldGenerateIdAsFallbackMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
-
Constructor Details
-
PresenceInboundChannelAdapterParser
public PresenceInboundChannelAdapterParser()
-
-
Method Details
-
getBeanClassName
protected java.lang.String getBeanClassName(org.w3c.dom.Element element)- Specified by:
getBeanClassNamein classAbstractXmppInboundChannelAdapterParser
-