| Name | Description | Type | Package | Framework |
| AbstractMonitoringInterceptor | Base class for monitoring interceptors, such as performance monitors. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| AbstractTraceInterceptor | Base MethodInterceptor implementation for tracing. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| AsyncExecutionAspectSupport | Base class for asynchronous method execution aspects, such asorg. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| AsyncExecutionInterceptor | AOP Alliance MethodInterceptor that processes method invocationsasynchronously, using a given AsyncTaskExecutor. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| AsyncUncaughtExceptionHandler | A strategy for handling uncaught exceptions thrown from asynchronous methods. | Interface | org.springframework.aop.interceptor | Spring MVC |
|
| ConcurrencyThrottleInterceptor | Interceptor that throttles concurrent access, blocking invocationsif a specified concurrency limit is reached. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| CustomizableTraceInterceptor | MethodInterceptor implementation that allows for highly customizablemethod-level tracing, using placeholders. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| DebugInterceptor | AOP Alliance MethodInterceptor that can be introduced in a chainto display verbose information about intercepted invocations to the logger. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| ExposeBeanNameAdvisors | Convenient methods for creating advisors that may be used when autoproxying beanscreated with the Spring IoC container, binding the bean name to the current | Class | org.springframework.aop.interceptor | Spring MVC |
|
| ExposeInvocationInterceptor | Interceptor that exposes the current MethodInvocationas a thread-local object. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| JamonPerformanceMonitorInterceptor | Performance monitor interceptor that uses JAMon library to perform theperformance measurement on the intercepted method and output the stats. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| PerformanceMonitorInterceptor | Simple AOP Alliance MethodInterceptor for performance monitoring. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| SimpleAsyncUncaughtExceptionHandler | A default AsyncUncaughtExceptionHandler that simply logs the exception. | Class | org.springframework.aop.interceptor | Spring MVC |
|
| SimpleTraceInterceptor | Simple AOP Alliance MethodInterceptor that can be introducedin a chain to display verbose trace information about intercepted method | Class | org.springframework.aop.interceptor | Spring MVC |