com.advancedpwr.record.mock
Class InterfaceProxyFactory<T>

java.lang.Object
  extended by com.advancedpwr.record.mock.InterfaceProxyFactory<T>

public class InterfaceProxyFactory<T>
extends Object


Field Summary
protected  Class fieldInterface
           
 
Constructor Summary
InterfaceProxyFactory(Class inInterface)
           
 
Method Summary
 T createProxy(Class<T> inClass, InvocationHandler handler)
           
protected  Class getInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldInterface

protected Class fieldInterface
Constructor Detail

InterfaceProxyFactory

public InterfaceProxyFactory(Class inInterface)
Method Detail

getInterface

protected Class getInterface()

createProxy

public T createProxy(Class<T> inClass,
                     InvocationHandler handler)


Copyright © 2011 Advanced Power Co. All Rights Reserved.