Package org.jboss.proxy.compiler

Package description goes here.

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 org.jboss.proxy.compiler Description

Package description goes here.

Package Specification

Related Documentation

Package Status



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.