org.jboss.aop.proxy.container
Class GeneratedAOPProxyFactory
java.lang.Object
org.jboss.aop.proxy.container.GeneratedAOPProxyFactory
- All Implemented Interfaces:
- AOPProxyFactory
public class GeneratedAOPProxyFactory
- extends Object
- implements AOPProxyFactory
- Version:
- $Revision: 83907 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratedAOPProxyFactory
public GeneratedAOPProxyFactory()
createProxy
public static <T> T createProxy(T target,
Class<T> interfaceClass)
- Create a proxy
- Type Parameters:
T
- the expected type- Parameters:
target
- the targetinterfaceClass
- the interface class
- Returns:
- the proxy
createAdvisedProxy
public Object createAdvisedProxy(AOPProxyFactoryParameters params)
- Specified by:
createAdvisedProxy
in interface AOPProxyFactory
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.