Uses of Interface
org.aopalliance.intercept.Invocation
Packages that use Invocation
Package
Description
The AOP Alliance reflective interception abstraction.
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
Uses of Invocation in org.aopalliance.intercept
Subinterfaces of Invocation in org.aopalliance.interceptModifier and TypeInterfaceDescriptioninterfaceDescription of an invocation to a constructor, given to an interceptor upon constructor-call.interfaceDescription of an invocation to a method, given to an interceptor upon method-call. -
Uses of Invocation in org.springframework.aop
Subinterfaces of Invocation in org.springframework.aopModifier and TypeInterfaceDescriptioninterfaceExtension of the AOP AllianceMethodInvocationinterface, allowing access to the proxy that the method invocation was made through. -
Uses of Invocation in org.springframework.aop.framework
Classes in org.springframework.aop.framework that implement InvocationModifier and TypeClassDescriptionclassSpring's implementation of the AOP AllianceMethodInvocationinterface, implementing the extendedProxyMethodInvocationinterface.