public class ProxyHelper extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | ProxyHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | getProxy(ClassLoader loader,
        Class<?>[] interfaces,
        InvocationHandler handler) | 
| protected Object | getProxyInternal(ClassLoader loader,
                Class<?>[] interfaces,
                InvocationHandler handler) | 
protected Object getProxyInternal(ClassLoader loader, Class<?>[] interfaces, InvocationHandler handler)
public static Object getProxy(ClassLoader loader, Class<?>[] interfaces, InvocationHandler handler)
Copyright © 2017 JBoss by Red Hat. All rights reserved.