Uses of Interface
org.aopalliance.intercept.MethodInterceptor
Packages that use MethodInterceptor
Package
Description
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
AspectJ integration package.
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 MethodInterceptor in org.springframework.aop
Subinterfaces of MethodInterceptor 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 MethodInterceptor in org.springframework.aop.aspectj
Classes in org.springframework.aop.aspectj that implement MethodInterceptorModifier 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 MethodInterceptor in org.springframework.aop.framework.adapter
Classes in org.springframework.aop.framework.adapter that implement MethodInterceptorModifier and TypeClassDescriptionclassInterceptor to wrap anAfterReturningAdvice.classInterceptor to wrap aMethodBeforeAdvice.classInterceptor to wrap an after-throwing advice.Methods in org.springframework.aop.framework.adapter that return MethodInterceptorModifier and TypeMethodDescriptionAdvisorAdapter.getInterceptor(Advisor advisor) Return an AOP Alliance MethodInterceptor exposing the behavior of the given advice to an interception-based AOP framework.AdvisorAdapterRegistry.getInterceptors(Advisor advisor) Return an array of AOP Alliance MethodInterceptors to allow use of the given Advisor in an interception-based framework.DefaultAdvisorAdapterRegistry.getInterceptors(Advisor advisor) -
Uses of MethodInterceptor in org.springframework.aop.interceptor
Classes in org.springframework.aop.interceptor that implement MethodInterceptorModifier 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 MethodInterceptor in org.springframework.aop.support
Classes in org.springframework.aop.support that implement MethodInterceptorModifier and TypeClassDescriptionclassConvenient implementation of theIntroductionInterceptorinterface.classConvenient implementation of theIntroductionInterceptorinterface.