public class Jdk13InvocationHandler extends Object implements InvocationHandler, Serializable
| Constructor and Description |
|---|
Jdk13InvocationHandler() |
Jdk13InvocationHandler(InvocationHandler delegate) |
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
getInvocationHandler() |
Object |
invoke(Object proxy,
Method method,
Object... args) |
InvocationHandler |
setInvocationHandler(InvocationHandler handler) |
public Jdk13InvocationHandler()
public Jdk13InvocationHandler(InvocationHandler delegate)
public InvocationHandler getInvocationHandler()
public InvocationHandler setInvocationHandler(InvocationHandler handler)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.