当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
ProxyMethodInvocation (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
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 (c) 2002-2007 The Spring Framework Project.