| Interface | Description |
|---|---|
| InterceptionContext |
The interception context that describes the nature of the interceptor, what to be intercepted.
|
| InterceptorErrorHandler<T extends Event> |
Interceptor error handler to be implemented, by error handling for any of the interceptor types, including
AbstractMessageInterceptor,
AbstractServerInterceptor. |
| InterceptorMetricsReporter |
Interface that defines the metrics reporting of the interceptors
|
| Class | Description |
|---|---|
| AbstractInterceptor<T extends Event> |
The root class for all the interceptors.
|
| Event<T extends InterceptionContext> |
Base class for all the events created by any of the interception
|
| Annotation Type | Description |
|---|---|
| ErrorHandler |
The annotation used to specify error handlers for interceptors.
|
| Interceptor |
Provides common properties such as identifier etc of the interceptors
|
| SpringBean |
If any of the UltraESB (server, message or artifact) interceptors are annotated with this annotation and a valid
spring bean id as the id, the interceptor will be loaded as an spring bean without calling the interceptors default
constructor to create a new instance.
|
Copyright © 2010–2016 AdroitLogic. All rights reserved.