Package org.jboss.proxy.compiler

Package description goes here.

See:
          Description

Interface Summary
InvocationHandler (src) 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 (src) A common interface shared by all objects created by Proxies.newInvocationHandler.
Proxies.ProxyTarget (src) A common interface shared by all objects created by Proxies.newTarget.
 

Class Summary
IIOPStubCompiler (src) Utility class responsible for the dynamic generation of bytecodes of IIOP stub classes.
Proxies (src) Routines for converting between strongly-typed interfaces and generic InvocationHandler objects.
Proxy (src) A factory for creating proxy objects.
ProxyAssembler (src) Deprecated. Use ProxyCompiler (src) or Jakarta BCEL instead.
ProxyCompiler (src) Manages bytecode assembly for dynamic proxy generation.
ProxyImplementationFactory (src) Factory to create the bytecode implementation of various methods required by the ProxyCompiler.
Runtime (src) Manages bytecode assembly for dynamic proxy generation.
Util (src) Runtime utility class used by IIOP stub classes.
Utility (src) Some Routines to convert from java.lang.Class to org.apache.bcel.generic.Type.
 

Package org.jboss.proxy.compiler Description

Package description goes here.

Package Specification

Related Documentation

Package Status