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 InvocationHandler getInvocationHandler(Object proxy)
           
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

getInvocationHandler

public static InvocationHandler getInvocationHandler(Object proxy)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.