|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.common.util.ProxyHelper
public class ProxyHelper
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 |
---|
protected ProxyHelper()
Method Detail |
---|
protected Object getProxyInternal(ClassLoader loader, Class[] interfaces, InvocationHandler handler)
public static Object getProxy(ClassLoader loader, Class[] interfaces, InvocationHandler handler)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |