public class Jdk13InvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable
Constructor and Description |
---|
Jdk13InvocationHandler() |
Jdk13InvocationHandler(InvocationHandler delegate) |
Modifier and Type | Method and Description |
---|---|
InvocationHandler |
getInvocationHandler() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object... args) |
InvocationHandler |
setInvocationHandler(InvocationHandler handler) |
public Jdk13InvocationHandler()
public Jdk13InvocationHandler(InvocationHandler delegate)
public InvocationHandler getInvocationHandler()
public InvocationHandler setInvocationHandler(InvocationHandler handler)
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object... args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable