Class CycleRecoverableContextProxy
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.CycleRecoverableContextProxy
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class CycleRecoverableContextProxy extends java.lang.Object implements java.lang.reflect.InvocationHandlerAllows for the reflective creation of an implementation of Sun's com.sun.xml.bind.CycleRecoverable$Context interface.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <A> AgetProxy(java.lang.Class<A> cycleRecoverableContextClass, java.lang.Object marshaller)java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable- Specified by:
invokein interfacejava.lang.reflect.InvocationHandler- Throws:
java.lang.Throwable
-
getProxy
public static <A> A getProxy(java.lang.Class<A> cycleRecoverableContextClass, java.lang.Object marshaller)
-
-