Class FeedInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
org.springframework.integration.feed.config.FeedInboundChannelAdapterParser
- All Implemented Interfaces:
 BeanDefinitionParser
Handles parsing the configuration for the feed inbound-channel-adapter.
- Since:
 - 2.0
 - Author:
 - Josh Long, Oleg Zhurakousky, Mark Fisher, Gunnar Hillert, Artem Bilan
 
- 
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected BeanMetadataElementparseSource(Element element, ParserContext parserContext) Subclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.Methods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
doParseMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases 
- 
Constructor Details
- 
FeedInboundChannelAdapterParser
public FeedInboundChannelAdapterParser() 
 - 
 - 
Method Details
- 
parseSource
Description copied from class:AbstractPollingInboundChannelAdapterParserSubclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.- Specified by:
 parseSourcein classAbstractPollingInboundChannelAdapterParser- Parameters:
 element- The element.parserContext- The parser context.- Returns:
 - The bean metadata element.
 
 
 -