Spring Integration

org.springframework.integration.xmpp.config
Class PresenceInboundChannelAdapterParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.integration.config.xml.AbstractChannelAdapterParser
          extended by org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
              extended by 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
Author:
Josh Long, Oleg Zhurakousky

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
PresenceInboundChannelAdapterParser()
           
 
Method Summary
protected  java.lang.String getBeanClassName(org.w3c.dom.Element element)
           
 
Methods inherited from class org.springframework.integration.xmpp.config.AbstractXmppInboundChannelAdapterParser
doParse, postProcess, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresenceInboundChannelAdapterParser

public PresenceInboundChannelAdapterParser()
Method Detail

getBeanClassName

protected java.lang.String getBeanClassName(org.w3c.dom.Element element)
Specified by:
getBeanClassName in class AbstractXmppInboundChannelAdapterParser

Spring Integration