Interface InvocationHandlerFactory

All Known Implementing Classes:
InvocationHandlerFactoryImpl

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.