org.apache.cxf.common.util
Class ProxyHelper
java.lang.Object
org.apache.cxf.common.util.ProxyHelper
public class ProxyHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyHelper
protected ProxyHelper()
getProxyInternal
protected Object getProxyInternal(ClassLoader loader,
Class<?>[] interfaces,
InvocationHandler handler)
getProxy
public static Object getProxy(ClassLoader loader,
Class<?>[] interfaces,
InvocationHandler handler)
Apache CXF