Class MongoDbOutboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
org.springframework.integration.mongodb.config.MongoDbOutboundChannelAdapterParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class MongoDbOutboundChannelAdapterParser
extends org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
Parser for Mongodb store outbound adapters.
- Since:
- 2.2
- 
Field SummaryFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.springframework.beans.factory.support.AbstractBeanDefinitionparseConsumer(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) Methods inherited from class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParserdoParse, doParseAndRegisterConsumer, isUsingReplyProducerMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParserparseInternal, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
MongoDbOutboundChannelAdapterParserpublic MongoDbOutboundChannelAdapterParser()
 
- 
- 
Method Details- 
parseConsumerprotected org.springframework.beans.factory.support.AbstractBeanDefinition parseConsumer(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) - Specified by:
- parseConsumerin class- org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
 
 
-