org.springframework.aop.framework
Interface MethodInvocationFactory
- public interface MethodInvocationFactory
Factory for method invocations.
- Author:
- Rod Johnson
- Version: $Id: MethodInvocationFactory.java,v 1.6 2003/11/29 13:36:33 johnsonr Exp $
| Method Summary |
MethodInvocation | getMethodInvocation(Object proxy, Method method, Class targetClass, Object target, Object[] args, List interceptorsAndDynamicInterceptionAdvice, AdvisedSupport advised) |
void | release(MethodInvocation mi) |
getMethodInvocation
public MethodInvocation getMethodInvocation(Object proxy, Method method, Class targetClass, Object target, Object[] args, List interceptorsAndDynamicInterceptionAdvice, AdvisedSupport advised)
release
public void release(MethodInvocation mi)