public interface CompositeInvocationHandler
extends java.lang.reflect.InvocationHandler, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
addInvocationHandler(java.lang.Class<?> interf,
java.lang.reflect.InvocationHandler handler)
Add an invocation handler for all methods on interface interf.
|
void |
setDefaultHandler(java.lang.reflect.InvocationHandler handler)
Set the default invocation handler to use if none of the
invocation handlers added by calls to addInvocationHandler apply.
|
void addInvocationHandler(java.lang.Class<?> interf, java.lang.reflect.InvocationHandler handler)
void setDefaultHandler(java.lang.reflect.InvocationHandler handler)