Spring Integration

org.springframework.integration.config.xml
Class ErrorMessageExceptionTypeRouterParser

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.ErrorMessageExceptionTypeRouterParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class ErrorMessageExceptionTypeRouterParser
extends AbstractRouterParser

Parser for the <exception-type-router/> element.

Since:
2.0.4
Author:
Oleg Zhurakousky

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
ErrorMessageExceptionTypeRouterParser()
           
 
Method Summary
protected  org.springframework.beans.factory.config.BeanDefinition doParseRouter(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
           
protected  java.lang.String getMappingKeyAttributeName()
          Returns the name of the attribute that provides a key for the channel mappings.
 
Methods inherited from class org.springframework.integration.config.xml.AbstractRouterParser
parseHandler, parseRouter
 
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

ErrorMessageExceptionTypeRouterParser

public ErrorMessageExceptionTypeRouterParser()
Method Detail

getMappingKeyAttributeName

protected java.lang.String getMappingKeyAttributeName()
Description copied from class: AbstractRouterParser
Returns the name of the attribute that provides a key for the channel mappings. This can be overridden by subclasses.

Overrides:
getMappingKeyAttributeName in class AbstractRouterParser

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