@Deprecated public class ProxyFactoryFactoryImpl extends Object implements ProxyFactoryFactory
ProxyFactory
instances.Modifier and Type | Class and Description |
---|---|
static class |
ProxyFactoryFactoryImpl.BasicProxyFactoryImpl
Deprecated.
|
Constructor and Description |
---|
ProxyFactoryFactoryImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BasicProxyFactory |
buildBasicProxyFactory(Class superClass,
Class[] interfaces)
Deprecated.
Build a proxy factory for basic proxy concerns.
|
ProxyFactory |
buildProxyFactory()
Deprecated.
Builds a CGLIB-based proxy factory.
|
public ProxyFactory buildProxyFactory()
buildProxyFactory
in interface ProxyFactoryFactory
public BasicProxyFactory buildBasicProxyFactory(Class superClass, Class[] interfaces)
ProxyFactoryFactory
buildBasicProxyFactory
in interface ProxyFactoryFactory
superClass
- The abstract super class (or null if none).interfaces
- Interfaces to be proxied (or null if none).Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved