com.advancedpwr.record.mock
Class ClassProxyFactory.MockMethodInterceptor

java.lang.Object
  extended by com.advancedpwr.record.mock.ClassProxyFactory.MockMethodInterceptor
All Implemented Interfaces:
Serializable
Enclosing class:
ClassProxyFactory<T>

public static class ClassProxyFactory.MockMethodInterceptor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClassProxyFactory.MockMethodInterceptor(InvocationHandler handler)
           
 
Method Summary
 Object intercept(Object obj, Method method, Object[] args, MethodProxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassProxyFactory.MockMethodInterceptor

public ClassProxyFactory.MockMethodInterceptor(InvocationHandler handler)
Method Detail

intercept

public Object intercept(Object obj,
                        Method method,
                        Object[] args,
                        MethodProxy proxy)
                 throws Throwable
Throws:
Throwable


Copyright © 2011 Advanced Power Co. All Rights Reserved.