org.glassfish.pfl.basic.proxy
Interface InvocationHandlerFactory


public interface InvocationHandlerFactory


Method Summary
 InvocationHandler getInvocationHandler()
          Get an InvocationHandler.
 Class<?>[] getProxyInterfaces()
          Get the interfaces that InvocationHandler instances produced by this InvocationHandlerFactory support.
 

Method Detail

getInvocationHandler

InvocationHandler getInvocationHandler()
Get an InvocationHandler.


getProxyInterfaces

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



Copyright © 2013 Oracle. All Rights Reserved.