Package org.apache.commons.proxy.factory.util

This package contains some classes useful for writing your own ProxyFactory implementation.

See:
          Description

Interface Summary
ProxyClassGenerator A proxy class generator generates specific type of proxies (interceptor, invoker, etc.).
 

Class Summary
AbstractProxyClassGenerator A useful superclass for ProxyClassGenerator implementations.
AbstractSubclassingProxyFactory A useful superclass for a ProxyFactory which supports subclassing rather than merely implementing interfaces.
MethodSignature A class for capturing the signature of a method (its name and parameter types).
ProxyClassCache A cache for storing implementation classes for proxies based on a specific type of ProxyClassGenerator.
 

Package org.apache.commons.proxy.factory.util Description

This package contains some classes useful for writing your own ProxyFactory implementation.



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