|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationHandler | |
java.lang.reflect |
Uses of InvocationHandler in java.lang.reflect |
Methods in java.lang.reflect that return InvocationHandler | |
static InvocationHandler |
Proxy.getInvocationHandler(java.lang.Object proxy)
Returns the invocation handler for the specified proxy instance. |
Methods in java.lang.reflect with parameters of type InvocationHandler | |
static java.lang.Object |
Proxy.newProxyInstance(java.lang.ClassLoader loader,
java.lang.Class[] interfaces,
InvocationHandler h)
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |