org.springframework.integration.config.xml
Class RecipientListRouterParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.integration.config.xml.AbstractConsumerEndpointParser
          extended by org.springframework.integration.config.xml.RecipientListRouterParser
All Implemented Interfaces:
BeanDefinitionParser

public class RecipientListRouterParser
extends AbstractConsumerEndpointParser

Parser for the <recipient-list-router/> element.

Since:
1.0.3

Field Summary
 
Fields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
EXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTE
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
RecipientListRouterParser()
           
 
Method Summary
protected  BeanDefinitionBuilder parseHandler(org.w3c.dom.Element element, ParserContext parserContext)
          Parse the MessageHandler.
 
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
getInputChannelAttributeName, parseInternal, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientListRouterParser

public RecipientListRouterParser()
Method Detail

parseHandler

protected BeanDefinitionBuilder parseHandler(org.w3c.dom.Element element,
                                             ParserContext parserContext)
Description copied from class: AbstractConsumerEndpointParser
Parse the MessageHandler.

Specified by:
parseHandler in class AbstractConsumerEndpointParser