public class SimpleInvocationHandler<T>
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
The SimpleInvocationHandler class is useful in conjunction with
Proxy.newProxyInstance(java.lang.ClassLoader, java.lang.Class<?>[], java.lang.reflect.InvocationHandler) to narrow the interface of a
given class.