org.springframework.integration.config.xml
Class GlobalWireTapParser

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

public class GlobalWireTapParser
extends GlobalChannelInterceptorParser

Parser for the top level 'wire-tap' element

Since:
2.1

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
GlobalWireTapParser()
           
 
Method Summary
protected  java.lang.Object getBeanDefinitionBuilderConstructorValue(org.w3c.dom.Element element, ParserContext parserContext)
           
 
Methods inherited from class org.springframework.integration.config.xml.GlobalChannelInterceptorParser
parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalWireTapParser

public GlobalWireTapParser()
Method Detail

getBeanDefinitionBuilderConstructorValue

protected java.lang.Object getBeanDefinitionBuilderConstructorValue(org.w3c.dom.Element element,
                                                                    ParserContext parserContext)
Overrides:
getBeanDefinitionBuilderConstructorValue in class GlobalChannelInterceptorParser