org.springframework.integration.config
Class TransactionInterceptorParser

java.lang.Object
  extended by org.springframework.integration.config.TransactionInterceptorParser
All Implemented Interfaces:
BeanDefinitionRegisteringParser

public class TransactionInterceptorParser
extends java.lang.Object
implements BeanDefinitionRegisteringParser

Parser for the transaction-interceptor element.

Author:
Mark Fisher

Constructor Summary
TransactionInterceptorParser()
           
 
Method Summary
 java.lang.String parse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInterceptorParser

public TransactionInterceptorParser()
Method Detail

parse

public java.lang.String parse(org.w3c.dom.Element element,
                              org.springframework.beans.factory.xml.ParserContext parserContext)
Specified by:
parse in interface BeanDefinitionRegisteringParser