org.easymock.internal
Class JavaProxyFactory<T>

java.lang.Object
  extended by org.easymock.internal.JavaProxyFactory<T>
Type Parameters:
T - Type of the values compared
All Implemented Interfaces:
IProxyFactory<T>

public class JavaProxyFactory<T>
extends Object
implements IProxyFactory<T>

Author:
OFFIS, Tammo Freese

Constructor Summary
JavaProxyFactory()
           
 
Method Summary
 T createProxy(Class<T> toMock, 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(Class<T> toMock,
                     InvocationHandler handler)
Specified by:
createProxy in interface IProxyFactory<T>


Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.