public class SimpleInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
SimpleInvocationHandler(Object object)
Constructs a new invocation handler that proxies the specified object.
|
public SimpleInvocationHandler(Object object)
object - public Object invoke(Object proxy, Method method, Object[] parameters) throws Throwable
invoke in interface InvocationHandlerThrowableInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])Copyright © 2004–2014 Paul Ferraro. All rights reserved.