org.kuali.rice.kcb.util
Class BeanFactoryInvocationHandler
java.lang.Object
   org.kuali.rice.kcb.util.BeanFactoryInvocationHandler
org.kuali.rice.kcb.util.BeanFactoryInvocationHandler
- All Implemented Interfaces: 
- InvocationHandler
- public class BeanFactoryInvocationHandler 
- extends Object- implements InvocationHandler
Maps accessor invocations to beans in a BeanFactory.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BeanFactoryInvocationHandler
public BeanFactoryInvocationHandler(org.springframework.beans.factory.BeanFactory beanFactory)
invoke
public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
- 
- Specified by:
- invokein interface- InvocationHandler
 
- 
- Throws:
- Throwable
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.