Class TransactionSynchronizationFactoryParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.TransactionSynchronizationFactoryParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class TransactionSynchronizationFactoryParser
extends org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Parser for transaction-synchronization-factory element.
- Since:
- 2.2
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.beans.factory.support.AbstractBeanDefinitionparseInternal(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
TransactionSynchronizationFactoryParser
public TransactionSynchronizationFactoryParser()
-
-
Method Details
-
parseInternal
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseInternal(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) - Specified by:
parseInternalin classorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-