public interface ProxyFactoryFactory
proxy factory
instances.
Currently used to abstract from the tupizer whether we are using CGLIB or
Javassist for lazy proxy generation.Modifier and Type | Method and Description |
---|---|
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.
|
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).Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.