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
 MethodInvocationgetMethodInvocation(Object proxy, Method method, Class targetClass, Object target, Object[] args, List interceptorsAndDynamicInterceptionAdvice, AdvisedSupport advised)
           
 voidrelease(MethodInvocation mi)
           

Method Detail

getMethodInvocation

public MethodInvocation getMethodInvocation(Object proxy, Method method, Class targetClass, Object target, Object[] args, List interceptorsAndDynamicInterceptionAdvice, AdvisedSupport advised)

release

public void release(MethodInvocation mi)