Apache CXF API

org.apache.cxf.common.util
Class ProxyHelper

java.lang.Object
  extended by org.apache.cxf.common.util.ProxyHelper

public class ProxyHelper
extends Object


Constructor Summary
protected ProxyHelper()
           
 
Method Summary
static Object getProxy(ClassLoader loader, Class[] interfaces, InvocationHandler handler)
           
protected  Object getProxyInternal(ClassLoader loader, Class[] interfaces, InvocationHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyHelper

protected ProxyHelper()
Method Detail

getProxyInternal

protected Object getProxyInternal(ClassLoader loader,
                                  Class[] interfaces,
                                  InvocationHandler handler)

getProxy

public static Object getProxy(ClassLoader loader,
                              Class[] interfaces,
                              InvocationHandler handler)

Apache CXF API

Apache CXF