org.springframework.integration.xml.config
Class XPathMessageSplitterParser

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

public class XPathMessageSplitterParser
extends AbstractConsumerEndpointParser


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
XPathMessageSplitterParser()
           
 
Method Summary
protected  BeanDefinitionBuilder parseHandler(org.w3c.dom.Element element, ParserContext parserContext)
          Parse the MessageHandler.
protected  boolean shouldGenerateId()
           
protected  boolean shouldGenerateIdAsFallback()
           
 
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
getInputChannelAttributeName, parseInternal
 
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

XPathMessageSplitterParser

public XPathMessageSplitterParser()
Method Detail

shouldGenerateId

protected boolean shouldGenerateId()
Overrides:
shouldGenerateId in class AbstractConsumerEndpointParser

shouldGenerateIdAsFallback

protected boolean shouldGenerateIdAsFallback()
Overrides:
shouldGenerateIdAsFallback in class AbstractConsumerEndpointParser

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