Class PollerParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.PollerParser
- All Implemented Interfaces:
BeanDefinitionParser
public class PollerParser extends AbstractBeanDefinitionParser
Parser for the <poller> element.
- Author:
- Mark Fisher, Marius Bogoevici, Oleg Zhurakousky, Artem Bilan, Gary Russell
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
Constructors Constructor Description PollerParser()
-
Method Summary
Modifier and Type Method Description protected AbstractBeanDefinition
parseInternal(Element element, ParserContext parserContext)
protected String
resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext)
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
PollerParser
public PollerParser()
-
-
Method Details
-
resolveId
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) throws BeanDefinitionStoreException- Overrides:
resolveId
in classAbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
-
parseInternal
- Specified by:
parseInternal
in classAbstractBeanDefinitionParser
-