public class ProxyFactoryFactoryImpl extends Object implements ProxyFactoryFactory
ProxyFactory instances.| Constructor and Description |
|---|
ProxyFactoryFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
BasicProxyFactory |
buildBasicProxyFactory(Class superClass,
Class[] interfaces)
Build a proxy factory for basic proxy concerns.
|
ProxyFactory |
buildProxyFactory()
Builds a Javassist-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 © 2012 JBoss by Red Hat. All Rights Reserved.