| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| AbstractSubclassingProxyFactory
A useful superclass for a
ProxyFactory which supports subclassing rather than merely implementing interfaces. |
| Class and Description |
|---|
| AbstractSubclassingProxyFactory
A useful superclass for a
ProxyFactory which supports subclassing rather than merely implementing interfaces. |
| Class and Description |
|---|
| ProxyClassGenerator
A proxy class generator generates specific type of proxies (interceptor, invoker, etc.).
|
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.