Interface InvocationHandler


public interface InvocationHandler
Defines the contract for Invocation Handler.
  • Method Details

    • handleInvocation

      Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable
      Performs handleInvocation.
      Parameters:
      proxy - the proxy value
      method - the method value
      args - the args value
      Returns:
      the result of handleInvocation
      Throws:
      Throwable