org.glassfish.pfl.basic.proxy
Interface CompositeInvocationHandler
- All Superinterfaces:
- InvocationHandler, Serializable
- All Known Implementing Classes:
- CompositeInvocationHandlerImpl
public interface CompositeInvocationHandler
- extends InvocationHandler, Serializable
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.