Uses of Interface
org.springframework.aop.framework.MethodInvocationFactory

Packages that use MethodInvocationFactory
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
 

Uses of MethodInvocationFactory in org.springframework.aop.framework
 

Methods in org.springframework.aop.framework that return MethodInvocationFactory
 MethodInvocationFactory AdvisedSupport.getMethodInvocationFactory()
           
 

Methods in org.springframework.aop.framework with parameters of type MethodInvocationFactory
 void AdvisedSupport.setMethodInvocationFactory(MethodInvocationFactory methodInvocationFactory)
           
 



Copyright (C) 2003-2004 The Spring Framework Project.