org.jboss.aop.microcontainer.aspects.util
Class ProxyUtils

java.lang.Object
  extended by org.jboss.aop.microcontainer.aspects.util.ProxyUtils

public class ProxyUtils
extends Object

AOP proxy utils.

Version:
$Revision:$
Author:
Scott.Stark@jboss.org

Constructor Summary
ProxyUtils()
           
 
Method Summary
static
<T> T
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
 

Constructor Detail

ProxyUtils

public ProxyUtils()
Method Detail

createProxy

public static <T> T createProxy(T target,
                                Class<T> interfaceClass)
Create a proxy

Type Parameters:
T - the expected type
Parameters:
target - the target
interfaceClass - the interface class
Returns:
the proxy


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.