Class MongoDbInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
org.springframework.integration.mongodb.config.MongoDbInboundChannelAdapterParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class MongoDbInboundChannelAdapterParser
extends org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
Parser for MongoDb store inbound adapters.
- Since:
- 2.2
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MongoDbInboundChannelAdapterParser()
-
Method Summary
Modifier and Type Method Description protected org.springframework.beans.BeanMetadataElement
parseSource(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
Methods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
doParse
Methods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
-
Constructor Details
-
MongoDbInboundChannelAdapterParser
public MongoDbInboundChannelAdapterParser()
-
-
Method Details
-
parseSource
protected org.springframework.beans.BeanMetadataElement parseSource(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)- Specified by:
parseSource
in classorg.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
-