Spring Integration

org.springframework.integration.xmpp.config
Class ChatMessageOutboundChannelAdapterParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.integration.config.xml.AbstractChannelAdapterParser
          extended by org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
              extended by org.springframework.integration.xmpp.config.AbstractXmppOutboundChannelAdapterParser
                  extended by org.springframework.integration.xmpp.config.ChatMessageOutboundChannelAdapterParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class ChatMessageOutboundChannelAdapterParser
extends AbstractXmppOutboundChannelAdapterParser

Parser for the XMPP 'outbound-channel-adapter' element

Since:
2.0
Author:
Oleg Zhurakousky

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
ChatMessageOutboundChannelAdapterParser()
           
 
Method Summary
protected  java.lang.String getHandlerClassName()
           
 
Methods inherited from class org.springframework.integration.xmpp.config.AbstractXmppOutboundChannelAdapterParser
parseConsumer
 
Methods inherited from class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
doParse, doParseAndRegisterConsumer, isUsingReplyProducer, parseAndRegisterConsumer
 
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, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatMessageOutboundChannelAdapterParser

public ChatMessageOutboundChannelAdapterParser()
Method Detail

getHandlerClassName

protected java.lang.String getHandlerClassName()
Specified by:
getHandlerClassName in class AbstractXmppOutboundChannelAdapterParser

Spring Integration