org.omnaest.utils.proxy
Class MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler

java.lang.Object
  extended by org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler
All Implemented Interfaces:
MethodInvocationHandler
Enclosing class:
MethodInvocationForwardingCapturer

protected static class MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler
extends Object
implements MethodInvocationHandler


Constructor Summary
MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler(Map<MethodInvocationForwardingCapturer.MethodInvocationComparison,Object> methodInvocationComparisonToResultMap)
           
 
Method Summary
 Object handle(MethodCallCapture methodCallCapture)
          Handles a method invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler

public MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler(Map<MethodInvocationForwardingCapturer.MethodInvocationComparison,Object> methodInvocationComparisonToResultMap)
Method Detail

handle

public Object handle(MethodCallCapture methodCallCapture)
              throws Throwable
Description copied from interface: MethodInvocationHandler
Handles a method invocation.

Specified by:
handle in interface MethodInvocationHandler
Returns:
Throws:
Throwable
See Also:
MethodCallCapture


Copyright © 2013. All Rights Reserved.