Uses of Class
org.springframework.aop.interceptor.SimpleTraceInterceptor

Packages that use SimpleTraceInterceptor
org.springframework.aop.interceptor Provides miscellaneous interceptor implementations. 
 

Uses of SimpleTraceInterceptor in org.springframework.aop.interceptor
 

Subclasses of SimpleTraceInterceptor in org.springframework.aop.interceptor
 class DebugInterceptor
          AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose information about intercepted invocations to the logger.
 class TraceInterceptor
          Deprecated. since Spring 1.2: in favor of SimpleTraceInterceptor
 



Copyright (c) 2002-2007 The Spring Framework Project.