public class ChatMessageOutboundChannelAdapterParser extends AbstractXmppOutboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
ChatMessageOutboundChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected 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, shouldParseNameAsAliases
public ChatMessageOutboundChannelAdapterParser()
protected String getHandlerClassName()
getHandlerClassName
in class AbstractXmppOutboundChannelAdapterParser
protected AbstractBeanDefinition parseConsumer(Element element, ParserContext parserContext)
AbstractOutboundChannelAdapterParser
parseConsumer
in class AbstractXmppOutboundChannelAdapterParser
element
- The element.parserContext
- The parser context.