org.springframework.aop
Interface ProxyMethodInvocation
- All Superinterfaces:
- Invocation, Joinpoint, MethodInvocation
- All Known Implementing Classes:
- ReflectiveMethodInvocation
public interface ProxyMethodInvocation
- extends MethodInvocation
Extension of the AOP Alliance MethodInvocation interface, allowing
to access the proxy that the method invocation was made through.
Useful to be able to substitute return values with the proxy,
if necessary, for example if the invocation target returned itself.
- Since:
- 1.1.3
- Author:
- Juergen Hoeller
- See Also:
ReflectiveMethodInvocation
,
DelegatingIntroductionInterceptor
Method Summary |
Object |
getProxy()
Return the proxy that this method invocation was made through. |
getProxy
Object getProxy()
- Return the proxy that this method invocation was made through.
Copyright © 2002-2007 The Spring Framework.