|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodInvocationHandler | |
|---|---|
| org.omnaest.utils.proxy | |
| org.omnaest.utils.proxy.handler | |
| Uses of MethodInvocationHandler in org.omnaest.utils.proxy |
|---|
| Classes in org.omnaest.utils.proxy that implement MethodInvocationHandler | |
|---|---|
protected class |
MethodCallCapturer.MethodCaptureMethodInvocationHandler
MethodInterceptor for the MethodCallCapturer. |
protected static class |
MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler
|
protected static class |
MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler
|
| Methods in org.omnaest.utils.proxy with parameters of type MethodInvocationHandler | ||
|---|---|---|
protected static net.sf.cglib.proxy.MethodInterceptor |
StubCreator.adapter(MethodInvocationHandler methodInvocationHandler)
Returns a adapter which acts as MethodInterceptor for a given MethodInvocationHandler |
|
E |
StubCreator.build(MethodInvocationHandler methodInvocationHandler)
|
|
static
|
StubCreator.newStubInstance(Class<? extends E> clazz,
Class<?>[] interfaces,
MethodInvocationHandler methodInvocationHandler)
Same as StubCreator.newStubInstance(Class, Class[], MethodInterceptor) but uses a MethodInvocationHandler instead. |
|
static
|
StubCreator.newStubInstance(Class<? extends E> clazz,
Class<?>[] interfaces,
MethodInvocationHandler methodInvocationHandler,
ExceptionHandler exceptionHandler)
Same as StubCreator.newStubInstance(Class, Class[], MethodInterceptor) but uses a MethodInvocationHandler instead. |
|
static
|
StubCreator.newStubInstance(Class<? extends E> clazz,
MethodInvocationHandler methodInvocationHandler)
Returns a new proxy stub for the given class or interface. |
|
| Uses of MethodInvocationHandler in org.omnaest.utils.proxy.handler |
|---|
| Classes in org.omnaest.utils.proxy.handler that implement MethodInvocationHandler | |
|---|---|
class |
MethodInvocationHandlerDecorator
Decorator for MethodInvocationHandler |
class |
MethodInvocationHandlerDecoratorToString
Decorator MethodInvocationHandler which captures a call for the Object.toString() method and forwards all other
invocations. |
class |
MethodInvocationHandlerDecoratorUnderlyingMapAware
Decorator MethodInvocationHandler which captures a call for the UnderlyingMapAware.getUnderlyingMap() method |
| Fields in org.omnaest.utils.proxy.handler declared as MethodInvocationHandler | |
|---|---|
protected MethodInvocationHandler |
MethodInvocationHandlerDecorator.methodInvocationHandler
|
| Methods in org.omnaest.utils.proxy.handler with parameters of type MethodInvocationHandler | |
|---|---|
MethodInvocationHandlerDecorator |
MethodInvocationHandlerDecorator.setMethodInvocationHandler(MethodInvocationHandler methodInvocationHandler)
Sets the decorated MethodInvocationHandler |
| Constructors in org.omnaest.utils.proxy.handler with parameters of type MethodInvocationHandler | |
|---|---|
MethodInvocationHandlerDecorator(MethodInvocationHandler methodInvocationHandler)
|
|
MethodInvocationHandlerDecoratorToString(MethodInvocationHandler methodInvocationHandler)
|
|
MethodInvocationHandlerDecoratorUnderlyingMapAware(MethodInvocationHandler methodInvocationHandler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||