Class RpcInvocationHandler


  • public class RpcInvocationHandler
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object intercept​(java.lang.Object[] allArguments, java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • intercept

        @RuntimeType
        public java.lang.Object intercept​(@AllArguments
                                          java.lang.Object[] allArguments,
                                          @Origin
                                          java.lang.reflect.Method method)