Package org.glassfish.pfl.basic.proxy
Interface InvocationHandlerFactory
-
public interface InvocationHandlerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.InvocationHandlergetInvocationHandler()Get an InvocationHandler.java.lang.Class<?>[]getProxyInterfaces()Get the interfaces that InvocationHandler instances produced by this InvocationHandlerFactory support.
-