org.omnaest.utils.proxy.handler
Interface MethodInvocationHandler

All Known Implementing Classes:
MethodCallCapturer.MethodCaptureMethodInvocationHandler, MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler, MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler, MethodInvocationHandlerDecorator, MethodInvocationHandlerDecoratorToString, MethodInvocationHandlerDecoratorUnderlyingMapAware

public interface MethodInvocationHandler

Handles a method invocation.

Author:
Omnaest
See Also:
handle(MethodCallCapture)

Method Summary
 Object handle(MethodCallCapture methodCallCapture)
          Handles a method invocation.
 

Method Detail

handle

Object handle(MethodCallCapture methodCallCapture)
              throws Throwable
Handles a method invocation.

Parameters:
methodCallCapture -
Returns:
Throws:
Throwable
See Also:
MethodCallCapture


Copyright © 2013. All Rights Reserved.