Class StompOutboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
org.springframework.integration.stomp.config.StompOutboundChannelAdapterParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class StompOutboundChannelAdapterParser
extends org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
The
AbstractOutboundChannelAdapterParser implementation for
the <stomp:outbound-channel-adapter/> element.- Since:
- 4.2
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StompOutboundChannelAdapterParser() -
Method Summary
Modifier and Type Method Description protected org.springframework.beans.factory.support.AbstractBeanDefinitionparseConsumer(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)Methods inherited from class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
doParse, doParseAndRegisterConsumer, isUsingReplyProducerMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
-
Constructor Details
-
StompOutboundChannelAdapterParser
public StompOutboundChannelAdapterParser()
-
-
Method Details
-
parseConsumer
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseConsumer(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)- Specified by:
parseConsumerin classorg.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
-