org.openejb.proxy
Class CglibEJBProxyFactory
java.lang.Object
org.openejb.proxy.CglibEJBProxyFactory
- public class CglibEJBProxyFactory
- extends Object
- Version:
- $Revision: 445792 $ $Date: 2005-10-24 02:50:51 +0200 (Mon, 24 Oct 2005) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CglibEJBProxyFactory
public CglibEJBProxyFactory(Class superClass,
Class clientInterface)
CglibEJBProxyFactory
public CglibEJBProxyFactory(Class superClass,
Class clientInterface,
ClassLoader classLoader)
CglibEJBProxyFactory
public CglibEJBProxyFactory(Class superClass,
Class[] clientInterfaces,
ClassLoader classLoader)
getType
public Class getType()
create
public Object create(net.sf.cglib.proxy.MethodInterceptor methodInterceptor)
create
public Object create(net.sf.cglib.proxy.MethodInterceptor methodInterceptor,
Class[] types,
Object[] arguments)
Copyright © 1999-2006 OpenEJB. All Rights Reserved.