org.openejb.client
Interface InvocationHandler

All Known Implementing Classes:
CgLibInvocationHandler, EJBInvocationHandler

public interface InvocationHandler


Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 

Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Throws:
Throwable


Copyright © 1999-2005 OpenEJB. All Rights Reserved.