public abstract class AbstractXmppOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
AbstractXmppOutboundChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getHandlerClassName() |
protected AbstractBeanDefinition |
parseConsumer(Element element,
ParserContext parserContext)
Override this method to return the BeanDefinition for the MessageConsumer.
|
doParse, doParseAndRegisterConsumer, isUsingReplyProducer
parseInternal, resolveId
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
public AbstractXmppOutboundChannelAdapterParser()
protected AbstractBeanDefinition parseConsumer(Element element, ParserContext parserContext)
AbstractOutboundChannelAdapterParser
parseConsumer
in class AbstractOutboundChannelAdapterParser
element
- The element.parserContext
- The parser context.protected abstract String getHandlerClassName()