Package org.glassfish.pfl.basic.proxy
Interface InvocationHandlerFactory
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.
-