Class LoggingInvocationHandler

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

    public class LoggingInvocationHandler
    extends com.google.common.reflect.AbstractInvocationHandler
    • Method Detail

      • handleInvocation

        protected java.lang.Object handleInvocation​(java.lang.Object proxy,
                                                    java.lang.reflect.Method method,
                                                    java.lang.Object[] args)
                                             throws java.lang.Throwable
        Specified by:
        handleInvocation in class com.google.common.reflect.AbstractInvocationHandler
        Throws:
        java.lang.Throwable