org.omnaest.utils.proxy.handler
Class MethodInvocationHandlerDecorator

java.lang.Object
  extended by org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecorator
All Implemented Interfaces:
MethodInvocationHandler
Direct Known Subclasses:
MethodInvocationHandlerDecoratorToString, MethodInvocationHandlerDecoratorUnderlyingMapAware

public abstract class MethodInvocationHandlerDecorator
extends Object
implements MethodInvocationHandler

Decorator for MethodInvocationHandler

Author:
Omnaest

Field Summary
protected  MethodInvocationHandler methodInvocationHandler
           
 
Constructor Summary
MethodInvocationHandlerDecorator()
           
MethodInvocationHandlerDecorator(MethodInvocationHandler methodInvocationHandler)
           
 
Method Summary
 MethodInvocationHandlerDecorator setMethodInvocationHandler(MethodInvocationHandler methodInvocationHandler)
          Sets the decorated MethodInvocationHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omnaest.utils.proxy.handler.MethodInvocationHandler
handle
 

Field Detail

methodInvocationHandler

protected MethodInvocationHandler methodInvocationHandler
Constructor Detail

MethodInvocationHandlerDecorator

public MethodInvocationHandlerDecorator()

MethodInvocationHandlerDecorator

public MethodInvocationHandlerDecorator(MethodInvocationHandler methodInvocationHandler)
Parameters:
methodInvocationHandler -
Method Detail

setMethodInvocationHandler

public MethodInvocationHandlerDecorator setMethodInvocationHandler(MethodInvocationHandler methodInvocationHandler)
Sets the decorated MethodInvocationHandler

Parameters:
methodInvocationHandler -
Returns:
this


Copyright © 2013. All Rights Reserved.