org.apache.openejb.util.proxy
Class LocalBeanProxyFactory

java.lang.Object
  extended by org.apache.openejb.util.proxy.LocalBeanProxyFactory

public class LocalBeanProxyFactory
extends Object


Constructor Summary
LocalBeanProxyFactory()
           
 
Method Summary
static Object newProxyInstance(ClassLoader cl, Class interfce, InvocationHandler h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalBeanProxyFactory

public LocalBeanProxyFactory()
Method Detail

newProxyInstance

public static Object newProxyInstance(ClassLoader cl,
                                      Class interfce,
                                      InvocationHandler h)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.