| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyFactoryFactory
An interface for factories of proxy factory instances.
 
| Method Summary | |
|---|---|
|  BasicProxyFactory | buildBasicProxyFactory(Class superClass,
                       Class[] interfaces)Build a proxy factory for basic proxy concerns. | 
|  ProxyFactory | buildProxyFactory()Build a proxy factory specifically for handling runtime lazy loading. | 
| Method Detail | 
|---|
ProxyFactory buildProxyFactory()
BasicProxyFactory buildBasicProxyFactory(Class superClass,
                                         Class[] interfaces)
superClass - The abstract super class (or null if none).interfaces - Interfaces to be proxied (or null if none).
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||