Package com.helixframework.proxy
Class CompositeInvocationHandler
java.lang.Object
com.helixframework.proxy.CompositeInvocationHandler
- All Implemented Interfaces:
InvocationHandler
Represents a composite invocation handler that delegates method invocations to multiple
invocation handlers.
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeInvocationHandler(Object target, InvocationHandler... invocationHandlers) -
Method Summary
-
Constructor Details
-
CompositeInvocationHandler
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-