org.apache.openejb.util.proxy
Class LocalBeanProxyFactory

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

public class LocalBeanProxyFactory
extends java.lang.Object


Constructor Summary
LocalBeanProxyFactory()
           
 
Method Summary
static java.lang.Object newProxyInstance(java.lang.ClassLoader cl, java.lang.Class interfce, java.lang.reflect.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 java.lang.Object newProxyInstance(java.lang.ClassLoader cl,
                                                java.lang.Class interfce,
                                                java.lang.reflect.InvocationHandler h)
                                         throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException


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