org.nakedobjects.plugins.headless.viewer.internal
Class JavaProxyFactory<T>

java.lang.Object
  extended by org.nakedobjects.plugins.headless.viewer.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> toProxy, java.lang.reflect.InvocationHandler handler)
           
 T createProxy(T toProxy, 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(T toProxy,
                     java.lang.reflect.InvocationHandler handler)
Specified by:
createProxy in interface IProxyFactory<T>

createProxy

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


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.