Uses of Package
org.springframework.aop.interceptor
Packages that use org.springframework.aop.interceptor Package Description org.springframework.aop.interceptor Provides miscellaneous interceptor implementations.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.Classes in org.springframework.aop.interceptor used by org.springframework.aop.interceptor Class Description AbstractMonitoringInterceptor Base class for monitoring interceptors, such as performance monitors.AbstractTraceInterceptor BaseMethodInterceptorimplementation for tracing.AsyncExecutionAspectSupport Base class for asynchronous method execution aspects, such asorg.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptorororg.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.AsyncUncaughtExceptionHandler A strategy for handling uncaught exceptions thrown from asynchronous methods.ExposeInvocationInterceptor Interceptor that exposes the currentMethodInvocationas a thread-local object.SimpleTraceInterceptor Simple AOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.Classes in org.springframework.aop.interceptor used by org.springframework.scheduling.annotation Class Description AsyncExecutionAspectSupport Base class for asynchronous method execution aspects, such asorg.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptorororg.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.AsyncExecutionInterceptor AOP AllianceMethodInterceptorthat processes method invocations asynchronously, using a givenAsyncTaskExecutor.AsyncUncaughtExceptionHandler A strategy for handling uncaught exceptions thrown from asynchronous methods.