public class WebSocketOutboundMessageHandlerParser extends AbstractOutboundChannelAdapterParser
AbstractOutboundChannelAdapterParser
implementation for
the <websocket:outbound-channel-adapter/>
element.ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
WebSocketOutboundMessageHandlerParser() |
Modifier and Type | Method and Description |
---|---|
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 WebSocketOutboundMessageHandlerParser()
protected AbstractBeanDefinition parseConsumer(Element element, ParserContext parserContext)
AbstractOutboundChannelAdapterParser
parseConsumer
in class AbstractOutboundChannelAdapterParser
element
- The element.parserContext
- The parser context.