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)
Constructs a BasicProxyFactoryImpl
|
ProxyFactory |
buildProxyFactory()
Builds a Javassist-based proxy factory.
|
public ProxyFactory buildProxyFactory()
buildProxyFactory
in interface ProxyFactoryFactory
public BasicProxyFactory buildBasicProxyFactory(Class superClass, Class[] interfaces)
buildBasicProxyFactory
in interface ProxyFactoryFactory
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.