Class GlobalWireTapParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.GlobalChannelInterceptorParser
org.springframework.integration.config.xml.GlobalWireTapParser
- All Implemented Interfaces:
BeanDefinitionParser
Parser for the top level 'wire-tap' element.
- Since:
- 2.1
- Author:
- David Turanski, Artem Bilan, Gary Russell
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getBeanDefinitionBuilderConstructorValue
(Element element, ParserContext parserContext) protected String
resolveId
(Element element, AbstractBeanDefinition definition, ParserContext parserContext) Methods inherited from class org.springframework.integration.config.xml.GlobalChannelInterceptorParser
parseInternal, shouldFireEvents, shouldGenerateIdAsFallback
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldGenerateId, shouldParseNameAsAliases
-
Constructor Details
-
GlobalWireTapParser
public GlobalWireTapParser()
-
-
Method Details
-
getBeanDefinitionBuilderConstructorValue
protected Object getBeanDefinitionBuilderConstructorValue(Element element, ParserContext parserContext) - Overrides:
getBeanDefinitionBuilderConstructorValue
in classGlobalChannelInterceptorParser
-
resolveId
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) throws BeanDefinitionStoreException - Overrides:
resolveId
in classAbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
-