org.jboss.proxy.compiler |
|
Java Source File Name | Type | Comment |
InvocationHandler.java | Interface | 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.
Invokers are designed to be used along with the Core Reflection API.
The Invoker.invoke operation is similar to java.lang.reflect.Method.invoke,
except that the object (or objects) which receives the message is hidden
behind the invoker. |
Proxies.java | Class | Routines for converting between strongly-typed interfaces and
generic InvocationHandler objects. |
Proxy.java | Class | A factory for creating proxy objects. |
ProxyAssembler.java | Class | A simple bytecode assembler. |
ProxyCompiler.java | Class | Manages bytecode assembly for dynamic proxy generation. |
ProxyImplementationFactory.java | Class | Factory to create the bytecode implementation of various methods
required by the ProxyCompiler. |
Runtime.java | Class | Manages bytecode assembly for dynamic proxy generation. |
Utility.java | Class | Some Routines to convert from java.lang.Class to
org.apache.bcel.generic.Type . |