@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 ProxyFactoryFactorypublic BasicProxyFactory buildBasicProxyFactory(Class superClass, Class[] interfaces)
ProxyFactoryFactorybuildBasicProxyFactory in interface ProxyFactoryFactorysuperClass - The abstract super class (or null if none).interfaces - Interfaces to be proxied (or null if none).Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved