Interface InvocationHandlerFactory


  • public interface InvocationHandlerFactory
    • Method Detail

      • getInvocationHandler

        java.lang.reflect.InvocationHandler getInvocationHandler()
        Get an InvocationHandler.
      • getProxyInterfaces

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