| Name | Description | Type | Package | Framework |
| ClientContainer | An invocation handler whichs sets up the client invocation and starts the invocation interceptor call chain. | Class | org.jboss.proxy | JBoss Server |
|
| ClientContainerEx | An extension of ClientContainer that allows one to access the client container invocation context and interceptors. | Class | org.jboss.proxy | JBoss Server |
|
| ClientMethodInterceptor | Handle toString, equals, hashCode locally on the client. | Class | org.jboss.proxy | JBoss Server |
|
| ClusterProxyFactory | Tag interface used to determine if a ProxyFactory is used for clustering purposes (to raise warning if such a ProxyFactory is not found for a given bean when clustered=true) | Interface | org.jboss.proxy.ejb | JBoss Server |
|
| EJBMetaDataImpl | An implementation of the EJBMetaData interface which allows a client to obtain the enterprise Bean's meta-data information. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| EntityHandleImpl | An EJB entity bean handle implementation. | Class | org.jboss.proxy.ejb.handle | JBoss Server |
|
| EntityInterceptor | An EJB entity bean proxy class. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| GenericEJBInterceptor | The base EJB behavior interceptor. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| GenericProxyFactory | A generic factory of java. | Class | org.jboss.proxy | JBoss Server |
|
| HomeHandleImpl | An EJB home handle implementation. | Class | org.jboss.proxy.ejb.handle | JBoss Server |
|
| HomeInterceptor | The client-side proxy for an EJB Home object. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| IClientContainer | An interface implemented by the ClientContainer to provide access to the client proxy interceptors and InvocationContext. | Interface | org.jboss.proxy | JBoss Server |
|
| Interceptor | The base class for all interceptors. | Class | org.jboss.proxy | JBoss Server |
|
| 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 | Interface | org.jboss.proxy.compiler | JBoss Server |
|
| ListEntityInterceptor | An EJB CMP entity bean proxy class holds info about the List that the entity belongs to, is used for reading ahead. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| Proxies | Routines for converting between strongly-typed interfaces and generic InvocationHandler objects. | Class | org.jboss.proxy.compiler | JBoss Server |
|
| Proxies .ProxyInvocationHandler | A common interface shared by all objects created by Proxies. | Interface | org.jboss.proxy.compiler.Proxies | JBoss Server |
|
| Proxies .ProxyTarget | A common interface shared by all objects created by Proxies. | Interface | org.jboss.proxy.compiler.Proxies | JBoss Server |
|
| Proxy | A factory for creating proxy objects. | Class | org.jboss.proxy.compiler | JBoss Server |
|
| ProxyAssembler | A simple bytecode assembler. | Class | org.jboss.proxy.compiler | JBoss Server |
|
| ProxyCompiler | Manages bytecode assembly for dynamic proxy generation. | Class | org.jboss.proxy.compiler | JBoss Server |
|
| ProxyFactory | As we remove the one one association between container STACK and invoker we keep this around. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| ProxyImplementationFactory | Factory to create the bytecode implementation of various methods required by the ProxyCompiler. | Class | org.jboss.proxy.compiler | JBoss Server |
|
| ReadAheadBuffer | This interface is used for EJB CMP 2. | Interface | org.jboss.proxy.ejb | JBoss Server |
|
| ReadAheadResult | A result of get-method invocation of CMP 2. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| RetryInterceptor | An interceptor that will retry failed invocations by restoring the InvocationContext invoker. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| Runtime | Manages bytecode assembly for dynamic proxy generation. | Class | org.jboss.proxy.compiler | JBoss Server |
|
| SecurityInterceptor | The client-side proxy for an EJB Home object. | Class | org.jboss.proxy | JBoss Server |
|
| StatefulHandleImpl | An EJB stateful session bean handle. | Class | org.jboss.proxy.ejb.handle | JBoss Server |
|
| StatefulSessionInterceptor | | Class | org.jboss.proxy.ejb | JBoss Server |
|
| StatelessHandleImpl | An EJB stateless session bean handle. | Class | org.jboss.proxy.ejb.handle | JBoss Server |
|
| StatelessSessionHomeInterceptor | The client-side proxy for a stateless session Home object, that caches the stateless session interface | Class | org.jboss.proxy.ejb | JBoss Server |
|
| StatelessSessionInterceptor | An EJB stateless session bean proxy class. | Class | org.jboss.proxy.ejb | JBoss Server |
|
| TransactionInterceptor | The client-side proxy for an EJB Home object. | Class | org.jboss.proxy | JBoss Server |
|
| Utility | Some Routines to convert from java. | Class | org.jboss.proxy.compiler | JBoss Server |