Spring Integration

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.AbstractRouterParser
              extended by org.springframework.integration.config.xml.RecipientListRouterParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class RecipientListRouterParser
extends AbstractRouterParser

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

Since:
1.0.3
Author:
Oleg Zhurakousky, Mark Fisher

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  org.springframework.beans.factory.config.BeanDefinition doParseRouter(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
Methods inherited from class org.springframework.integration.config.xml.AbstractRouterParser
getMappingKeyAttributeName, parseHandler, parseRouter
 
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
getInputChannelAttributeName, parseInternal, resolveId
 
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
 

Constructor Detail

RecipientListRouterParser

public RecipientListRouterParser()
Method Detail

doParseRouter

protected org.springframework.beans.factory.config.BeanDefinition doParseRouter(org.w3c.dom.Element element,
                                                                                org.springframework.beans.factory.xml.ParserContext parserContext)
Specified by:
doParseRouter in class AbstractRouterParser

Spring Integration