Uses of Package
org.apache.commons.proxy

Packages that use org.apache.commons.proxy
org.apache.commons.proxy This package contains the primary API. 
org.apache.commons.proxy.factory.cglib This package contains the CGLIB-based ProxyFactory implementation. 
org.apache.commons.proxy.factory.javassist This package contains the Javassist-based ProxyFactory implementation. 
org.apache.commons.proxy.factory.util This package contains some classes useful for writing your own ProxyFactory implementation. 
org.apache.commons.proxy.interceptor This package contains some useful Interceptor implementations. 
org.apache.commons.proxy.invoker This package contains some useful Invoker implementations. 
org.apache.commons.proxy.provider This package contains some general-use ObjectProvider implementations. 
org.apache.commons.proxy.provider.remoting This package contains some useful ObjectProvider implementations for use in remoting situations (EJB, RMI, Burlap, Hessian, JAX-RPC, etc). 
 

Classes in org.apache.commons.proxy used by org.apache.commons.proxy
Interceptor
          "Intercepts" a method invocation.
Invocation
          Represents a method invocation.
Invoker
          An invoker is responsible for handling a method invocation.
ObjectProvider
          Provides an object to a delegating proxy.
ProxyFactory
          A ProxyFactory can be used to create three different "flavors" of proxy objects.
 

Classes in org.apache.commons.proxy used by org.apache.commons.proxy.factory.cglib
Interceptor
          "Intercepts" a method invocation.
Invoker
          An invoker is responsible for handling a method invocation.
ObjectProvider
          Provides an object to a delegating proxy.
ProxyFactory
          A ProxyFactory can be used to create three different "flavors" of proxy objects.
 

Classes in org.apache.commons.proxy used by org.apache.commons.proxy.factory.javassist
Interceptor
          "Intercepts" a method invocation.
Invocation
          Represents a method invocation.
Invoker
          An invoker is responsible for handling a method invocation.
ObjectProvider
          Provides an object to a delegating proxy.
ProxyFactory
          A ProxyFactory can be used to create three different "flavors" of proxy objects.
 

Classes in org.apache.commons.proxy used by org.apache.commons.proxy.factory.util
ProxyFactory
          A ProxyFactory can be used to create three different "flavors" of proxy objects.
 

Classes in org.apache.commons.proxy used by org.apache.commons.proxy.interceptor
Interceptor
          "Intercepts" a method invocation.
Invocation
          Represents a method invocation.
ObjectProvider
          Provides an object to a delegating proxy.
ProxyFactory
          A ProxyFactory can be used to create three different "flavors" of proxy objects.
 

Classes in org.apache.commons.proxy used by org.apache.commons.proxy.invoker
Invoker
          An invoker is responsible for handling a method invocation.
ObjectProvider
          Provides an object to a delegating proxy.
 

Classes in org.apache.commons.proxy used by org.apache.commons.proxy.provider
ObjectProvider
          Provides an object to a delegating proxy.
 

Classes in org.apache.commons.proxy used by org.apache.commons.proxy.provider.remoting
ObjectProvider
          Provides an object to a delegating proxy.
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.