public class CompositeInvocationHandlerImpl extends Object implements CompositeInvocationHandler
| Constructor and Description |
|---|
CompositeInvocationHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInvocationHandler(Class<?> interf,
InvocationHandler handler)
Add an invocation handler for all methods on interface interf.
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
setDefaultHandler(InvocationHandler handler)
Set the default invocation handler to use if none of the
invocation handlers added by calls to addInvocationHandler apply.
|
public void addInvocationHandler(Class<?> interf, InvocationHandler handler)
CompositeInvocationHandleraddInvocationHandler in interface CompositeInvocationHandlerpublic void setDefaultHandler(InvocationHandler handler)
CompositeInvocationHandlersetDefaultHandler in interface CompositeInvocationHandlerCopyright © 2017 Oracle. All rights reserved.