org.glassfish.pfl.basic.proxy
Interface CompositeInvocationHandler

All Superinterfaces:
InvocationHandler, Serializable
All Known Implementing Classes:
CompositeInvocationHandlerImpl

public interface CompositeInvocationHandler
extends InvocationHandler, Serializable


Method Summary
 void addInvocationHandler(Class<?> interf, InvocationHandler handler)
          Add an invocation handler for all methods on interface interf.
 void setDefaultHandler(InvocationHandler handler)
          Set the default invocation handler to use if none of the invocation handlers added by calls to addInvocationHandler apply.
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

addInvocationHandler

void addInvocationHandler(Class<?> interf,
                          InvocationHandler handler)
Add an invocation handler for all methods on interface interf.


setDefaultHandler

void setDefaultHandler(InvocationHandler handler)
Set the default invocation handler to use if none of the invocation handlers added by calls to addInvocationHandler apply.



Copyright © 2013 Oracle. All Rights Reserved.