Class CycleRecoverableContextProxy

  • All Implemented Interfaces:
    java.lang.reflect.InvocationHandler

    public class CycleRecoverableContextProxy
    extends java.lang.Object
    implements java.lang.reflect.InvocationHandler
    Allows 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> A getProxy​(java.lang.Class<A> cycleRecoverableContextClass, java.lang.Object marshaller)  
      java.lang.Object invoke​(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        invoke in interface java.lang.reflect.InvocationHandler
        Throws:
        java.lang.Throwable
      • getProxy

        public static <A> A getProxy​(java.lang.Class<A> cycleRecoverableContextClass,
                                     java.lang.Object marshaller)