org.omnaest.utils.proxy
Class MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler

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

protected static class MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler
extends Object
implements MethodInvocationHandler


Constructor Summary
MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler(Object object, OutputStream outputStream)
           
 
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.ForwardingMethodInvocationHandler

public MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler(Object object,
                                                                            OutputStream outputStream)
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.