Interface InvocationHandlerFactory


public interface InvocationHandlerFactory
  • Method Details

    • getInvocationHandler

      InvocationHandler getInvocationHandler()
      Get an InvocationHandler.
    • getProxyInterfaces

      Class<?>[] getProxyInterfaces()
      Get the interfaces that InvocationHandler instances produced by this InvocationHandlerFactory support.