org.kuali.rice.kcb.util
Class BeanFactoryInvocationHandler

java.lang.Object
  extended by 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)

Constructor Summary
BeanFactoryInvocationHandler(org.springframework.beans.factory.BeanFactory beanFactory)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanFactoryInvocationHandler

public BeanFactoryInvocationHandler(org.springframework.beans.factory.BeanFactory beanFactory)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.