org.springframework.aop.framework
Interface MethodInvocationFactory
- public interface MethodInvocationFactory
Factory for method invocations.
- Version:
- $Id: MethodInvocationFactory.java,v 1.7 2004/03/18 02:46:05 trisberg Exp $
- Author:
- Rod Johnson
Method Summary |
org.aopalliance.intercept.MethodInvocation |
getMethodInvocation(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Class targetClass,
java.lang.Object target,
java.lang.Object[] args,
java.util.List interceptorsAndDynamicInterceptionAdvice,
AdvisedSupport advised)
|
void |
release(org.aopalliance.intercept.MethodInvocation mi)
|
getMethodInvocation
public org.aopalliance.intercept.MethodInvocation getMethodInvocation(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Class targetClass,
java.lang.Object target,
java.lang.Object[] args,
java.util.List interceptorsAndDynamicInterceptionAdvice,
AdvisedSupport advised)
release
public void release(org.aopalliance.intercept.MethodInvocation mi)
Copyright (C) 2003-2004 The Spring Framework Project.