Class PresenceOutboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
org.springframework.integration.xmpp.config.AbstractXmppOutboundChannelAdapterParser
org.springframework.integration.xmpp.config.PresenceOutboundChannelAdapterParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class PresenceOutboundChannelAdapterParser extends AbstractXmppOutboundChannelAdapterParser
Parser for 'xmpp:presence-outbound-channel-adapter' element
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PresenceOutboundChannelAdapterParser() -
Method Summary
Modifier and Type Method Description protected java.lang.StringgetHandlerClassName()Methods inherited from class org.springframework.integration.xmpp.config.AbstractXmppOutboundChannelAdapterParser
parseConsumerMethods inherited from class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
doParse, doParseAndRegisterConsumer, isUsingReplyProducerMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
-
Constructor Details
-
PresenceOutboundChannelAdapterParser
public PresenceOutboundChannelAdapterParser()
-
-
Method Details
-
getHandlerClassName
protected java.lang.String getHandlerClassName()- Specified by:
getHandlerClassNamein classAbstractXmppOutboundChannelAdapterParser
-