org.springframework.integration.config.xml
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MULTIPLE_TRIGGER_DEFINITIONS
public static final String MULTIPLE_TRIGGER_DEFINITIONS
- See Also:
- Constant Field Values
NO_TRIGGER_DEFINITIONS
public static final String NO_TRIGGER_DEFINITIONS
- See Also:
- Constant Field Values
PollerParser
public PollerParser()
resolveId
protected String resolveId(Element element,
AbstractBeanDefinition definition,
ParserContext parserContext)
throws BeanDefinitionStoreException
- Overrides:
resolveId
in class AbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
parseInternal
protected AbstractBeanDefinition parseInternal(Element element,
ParserContext parserContext)
- Specified by:
parseInternal
in class AbstractBeanDefinitionParser
Copyright © 2010. All Rights Reserved.