org.easymock.internal
Class JavaProxyFactory<T>

java.lang.Object
  extended by org.easymock.internal.JavaProxyFactory<T>
All Implemented Interfaces:
IProxyFactory<T>

public class JavaProxyFactory<T>
extends java.lang.Object
implements IProxyFactory<T>


Constructor Summary
JavaProxyFactory()
           
 
Method Summary
 T createProxy(java.lang.Class<T> toMock, java.lang.reflect.InvocationHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaProxyFactory

public JavaProxyFactory()
Method Detail

createProxy

public T createProxy(java.lang.Class<T> toMock,
                     java.lang.reflect.InvocationHandler handler)
Specified by:
createProxy in interface IProxyFactory<T>