Interface CompositeInvocationHandler

All Superinterfaces:
InvocationHandler, Serializable
All Known Implementing Classes:
CompositeInvocationHandlerImpl

public interface CompositeInvocationHandler extends InvocationHandler, Serializable
  • Method Details

    • 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.