org.jboss.aop.microcontainer.aspects.util
Class ProxyUtils
java.lang.Object
org.jboss.aop.microcontainer.aspects.util.ProxyUtils
public class ProxyUtils
- extends Object
AOP proxy utils.
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
Method Summary |
static
|
createProxy(T target,
Class<T> interfaceClass)
Create a proxy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyUtils
public ProxyUtils()
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
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.