org.omnaest.utils.proxy
Interface StubCreator.MethodInvocationHandler

All Known Implementing Classes:
MethodCallCapturer.MethodCaptureMethodInvocationHandler
Enclosing class:
StubCreator

public static interface StubCreator.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 © 2011. All Rights Reserved.