Uses of Interface
org.omnaest.utils.proxy.StubCreator.MethodInvocationHandler

Packages that use StubCreator.MethodInvocationHandler
org.omnaest.utils.proxy   
 

Uses of StubCreator.MethodInvocationHandler in org.omnaest.utils.proxy
 

Classes in org.omnaest.utils.proxy that implement StubCreator.MethodInvocationHandler
protected  class MethodCallCapturer.MethodCaptureMethodInvocationHandler
          MethodInterceptor for the MethodCallCapturer.
 

Methods in org.omnaest.utils.proxy with parameters of type StubCreator.MethodInvocationHandler
static
<E> E
StubCreator.newStubInstance(Class<? extends E> clazz, Class<?>[] interfaces, StubCreator.MethodInvocationHandler methodInvocationHandler)
          Same as StubCreator.newStubInstance(Class, Class[], MethodInterceptor) but uses a StubCreator.MethodInvocationHandler instead.
static
<E> E
StubCreator.newStubInstance(Class<? extends E> clazz, StubCreator.MethodInvocationHandler methodInvocationHandler)
          Returns a new proxy stub for the given class or interface.
 



Copyright © 2011. All Rights Reserved.