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)
CompositeInvocationHandler
addInvocationHandler
in interface CompositeInvocationHandler
public void setDefaultHandler(InvocationHandler handler)
CompositeInvocationHandler
setDefaultHandler
in interface CompositeInvocationHandler
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.