|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
InvocationHandler | An invoker is a target of method calls, where the calls are expressed not as primitive Java method invocations, but according to the conventions of the Core Reflection API. |
Proxies.ProxyInvocationHandler | A common interface shared by all objects created by Proxies.newInvocationHandler. |
Proxies.ProxyTarget | A common interface shared by all objects created by Proxies.newTarget. |
Class Summary | |
Proxies | Routines for converting between strongly-typed interfaces and generic InvocationHandler objects. |
Proxy | A factory for creating proxy objects. |
ProxyAssembler | Deprecated. Use ProxyCompiler or Jakarta BCEL instead. |
ProxyCompiler | Manages bytecode assembly for dynamic proxy generation. |
ProxyImplementationFactory | Factory to create the bytecode implementation of various methods required by the ProxyCompiler. |
Runtime | Manages bytecode assembly for dynamic proxy generation. |
Utility | Some Routines to convert from java.lang.Class to
org.apache.bcel.generic.Type . |
Package description goes here.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |