Spring Integration

org.springframework.integration.config.xml
Class PollerParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by 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

Field Summary
static String MULTIPLE_TRIGGER_DEFINITIONS
           
static String NO_TRIGGER_DEFINITIONS
           
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
PollerParser()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PollerParser

public PollerParser()
Method Detail

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

Spring Integration

Copyright © 2010. All Rights Reserved.