public class WebSocketOutboundMessageHandlerParser extends AbstractOutboundChannelAdapterParser
AbstractOutboundChannelAdapterParser implementation for
the <websocket:outbound-channel-adapter/> element.| Constructor and Description |
|---|
WebSocketOutboundMessageHandlerParser() |
| Modifier and Type | Method and Description |
|---|---|
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, isUsingReplyProducerparseInternal, resolveIdpublic WebSocketOutboundMessageHandlerParser()
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseConsumer(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractOutboundChannelAdapterParserparseConsumer in class AbstractOutboundChannelAdapterParserelement - The element.parserContext - The parser context.