com.mtgi.analytics.aop.config.v10
Class BtNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by com.mtgi.analytics.aop.config.v10.BtNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class BtNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

NamespaceHandler allowing for the configuration of declarative behavior tracking management using either XML or using annotations.

This namespace handler is the central piece of functionality in the Spring 2 behavior tracking management facilities and offers two appraoched to declaratively manage transactions.

One approach uses behavior tracking semantics defined in XML using the <bt:advice> elements, the other uses annotations in combination with the <bt:annotation-driven> element.

Author:
Shawn Cao

Constructor Summary
BtNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, findDecoratorForNode, findParserForElement, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BtNamespaceHandler

public BtNamespaceHandler()
Method Detail

init

public void init()