Class | Description |
---|---|
DeltaSpikeProxyInterceptorLookup |
Utility which stores the information about configured interceptors for each method.
|
DeltaSpikeProxyInvocationContext<T,H> |
InvocationContext implementation to support interceptor invocation
before proceed with the original method or delegation. |
DeltaSpikeProxyInvocationHandler |
The
InvocationHandler which will be called directly by the proxy methods. |
Exception | Description |
---|---|
DeltaSpikeProxyInvocationWrapperException |
Wrapper exception to wrap and pass trough the original
Throwable because
the InvocationContext.proceed() method only declares "throws Exception". |
Copyright © 2020 The Apache Software Foundation. All rights reserved.