Interface InvocationHandlerFactory
- All Known Implementing Classes:
InvocationHandlerFactoryImpl
public interface InvocationHandlerFactory
-
Method Summary
Modifier and TypeMethodDescriptionGet an InvocationHandler.Class[]Get the interfaces that InvocationHandler instances produced by this InvocationHandlerFactory support.
-
Method Details
-
getInvocationHandler
InvocationHandler getInvocationHandler()Get an InvocationHandler. -
getProxyInterfaces
Class[] getProxyInterfaces()Get the interfaces that InvocationHandler instances produced by this InvocationHandlerFactory support.
-