public abstract class AbstractXmppOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
Constructor and Description |
---|
AbstractXmppOutboundChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
getHandlerClassName() |
protected org.springframework.beans.factory.support.AbstractBeanDefinition |
parseConsumer(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Override this method to return the BeanDefinition for the MessageConsumer.
|
doParse, doParseAndRegisterConsumer, isUsingReplyProducer
parseInternal, resolveId
public AbstractXmppOutboundChannelAdapterParser()
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseConsumer(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractOutboundChannelAdapterParser
parseConsumer
in class AbstractOutboundChannelAdapterParser
protected abstract java.lang.String getHandlerClassName()