Class StoredProcPollingChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class StoredProcPollingChannelAdapterParser
extends AbstractPollingInboundChannelAdapterParser
- Since:
- 2.1
- Author:
- Gunnar Hillert
- 
Field SummaryFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected BeanMetadataElementparseSource(Element element, ParserContext parserContext) Subclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.protected booleanprotected booleanMethods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParserdoParseMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParserparseInternal, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldParseNameAsAliases
- 
Constructor Details- 
StoredProcPollingChannelAdapterParserpublic StoredProcPollingChannelAdapterParser()
 
- 
- 
Method Details- 
shouldGenerateIdprotected boolean shouldGenerateId()- Overrides:
- shouldGenerateIdin class- AbstractBeanDefinitionParser
 
- 
shouldGenerateIdAsFallbackprotected boolean shouldGenerateIdAsFallback()- Overrides:
- shouldGenerateIdAsFallbackin class- AbstractBeanDefinitionParser
 
- 
parseSourceDescription copied from class:AbstractPollingInboundChannelAdapterParserSubclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.- Specified by:
- parseSourcein class- AbstractPollingInboundChannelAdapterParser
- Parameters:
- element- The element.
- parserContext- The parser context.
- Returns:
- The bean metadata element.
 
 
-