org.easymock.internal
Class MockInvocationHandler

java.lang.Object
  extended by org.easymock.internal.MockInvocationHandler
All Implemented Interfaces:
Serializable, InvocationHandler

public final class MockInvocationHandler
extends Object
implements InvocationHandler, Serializable

Author:
OFFIS, Tammo Freese
See Also:
Serialized Form

Constructor Summary
MockInvocationHandler(MocksControl control)
           
 
Method Summary
 MocksControl getControl()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockInvocationHandler

public MockInvocationHandler(MocksControl control)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

getControl

public MocksControl getControl()


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