public interface CompositeInvocationHandler extends InvocationHandler, Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
invoke
void addInvocationHandler(Class<?> interf, InvocationHandler handler)
void setDefaultHandler(InvocationHandler handler)
Copyright © 2018 JBoss by Red Hat. All rights reserved.