Uses of Interface
org.aopalliance.intercept.Interceptor
Packages that use Interceptor
Package
Description
The AOP Alliance reflective interception abstraction.
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
AspectJ integration package.
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
SPI package allowing Spring AOP framework to handle arbitrary advice types.
Provides miscellaneous interceptor implementations.
Convenience classes for using Spring's AOP API.
-
Uses of Interceptor in org.aopalliance.intercept
Subinterfaces of Interceptor in org.aopalliance.interceptModifier and TypeInterfaceDescriptioninterfaceIntercepts the construction of a new object.interfaceIntercepts calls on an interface on its way to the target. -
Uses of Interceptor in org.springframework.aop
Subinterfaces of Interceptor in org.springframework.aopModifier and TypeInterfaceDescriptioninterfaceSubinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor. -
Uses of Interceptor in org.springframework.aop.aspectj
Classes in org.springframework.aop.aspectj that implement InterceptorModifier and TypeClassDescriptionclassSpring AOP advice wrapping an AspectJ after advice method.classSpring AOP advice wrapping an AspectJ after-throwing advice method.classSpring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method. -
Uses of Interceptor in org.springframework.aop.framework
Methods in org.springframework.aop.framework with parameters of type InterceptorModifier and TypeMethodDescriptionstatic <T> TProxyFactory.getProxy(Class<T> proxyInterface, Interceptor interceptor) Create a new proxy for the given interface and interceptor.Constructors in org.springframework.aop.framework with parameters of type InterceptorModifierConstructorDescriptionProxyFactory(Class<?> proxyInterface, Interceptor interceptor) Create a new ProxyFactory for the given interface and interceptor. -
Uses of Interceptor in org.springframework.aop.framework.adapter
Classes in org.springframework.aop.framework.adapter that implement InterceptorModifier and TypeClassDescriptionclassInterceptor to wrap anAfterReturningAdvice.classInterceptor to wrap aMethodBeforeAdvice.classInterceptor to wrap an after-throwing advice. -
Uses of Interceptor in org.springframework.aop.interceptor
Classes in org.springframework.aop.interceptor that implement InterceptorModifier and TypeClassDescriptionclassBase class for monitoring interceptors, such as performance monitors.classBaseMethodInterceptorimplementation for tracing.classAOP AllianceMethodInterceptorthat processes method invocations asynchronously, using a givenAsyncTaskExecutor.classInterceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached.classMethodInterceptorimplementation that allows for highly customizable method-level tracing, using placeholders.classAOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose information about intercepted invocations to the logger.final classInterceptor that exposes the currentMethodInvocationas a thread-local object.classSimple AOP AllianceMethodInterceptorfor performance monitoring.classSimple AOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info. -
Uses of Interceptor in org.springframework.aop.support
Classes in org.springframework.aop.support that implement InterceptorModifier and TypeClassDescriptionclassConvenient implementation of theIntroductionInterceptorinterface.classConvenient implementation of theIntroductionInterceptorinterface.