public class GeneratedAOPProxyFactory extends Object implements AOPProxyFactory
Constructor and Description |
---|
GeneratedAOPProxyFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
createAdvisedProxy(AOPProxyFactoryParameters params) |
static <T> T |
createProxy(T target,
Class<T> interfaceClass)
Create a proxy
|
public static <T> T createProxy(T target, Class<T> interfaceClass)
T
- the expected typetarget
- the targetinterfaceClass
- the interface classpublic Object createAdvisedProxy(AOPProxyFactoryParameters params)
createAdvisedProxy
in interface AOPProxyFactory
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.