Uses of Interface
org.springframework.aop.ProxyMethodInvocation
Packages that use ProxyMethodInvocation
Package
Description
AspectJ integration package.
Package containing Spring's basic AOP infrastructure, compliant with the
 AOP Alliance interfaces.
- 
Uses of ProxyMethodInvocation in org.springframework.aop.aspectjMethods in org.springframework.aop.aspectj with parameters of type ProxyMethodInvocationModifier and TypeMethodDescriptionprotected org.aspectj.weaver.tools.JoinPointMatchAbstractAspectJAdvice.getJoinPointMatch(ProxyMethodInvocation pmi) protected org.aspectj.lang.ProceedingJoinPointAspectJAroundAdvice.lazyGetProceedingJoinPoint(ProxyMethodInvocation rmi) Return the ProceedingJoinPoint for the current invocation, instantiating it lazily if it hasn't been bound to the thread already.Constructors in org.springframework.aop.aspectj with parameters of type ProxyMethodInvocationModifierConstructorDescriptionMethodInvocationProceedingJoinPoint(ProxyMethodInvocation methodInvocation) Create a new MethodInvocationProceedingJoinPoint, wrapping the given Spring ProxyMethodInvocation object.
- 
Uses of ProxyMethodInvocation in org.springframework.aop.frameworkClasses in org.springframework.aop.framework that implement ProxyMethodInvocationModifier and TypeClassDescriptionclassSpring's implementation of the AOP AllianceMethodInvocationinterface, implementing the extendedProxyMethodInvocationinterface.