| Interface | Description |
|---|---|
| MessageInterceptor |
Message interceptors are used to intercept messages before they are sent or received by
message endpoints. |
| Class | Description |
|---|---|
| InterceptorChain |
Implementation of the Composite pattern for
message interceptors that
can be used to build chains of interceptors. |
| MessageEndpoint |
Endpoint that is used by an application to access the messaging infrastructure to send or receive messages.
|
| MessageFilter |
A
MessageInterceptor that is used to filter messages using some predicate. |
| MessageInterceptorRegistration |
Information about the channels that should be intercepted by a
MessageInterceptor. |
| MessageInterceptorRegistry |
| Enum | Description |
|---|---|
| EndpointType |
Enumeration to distinguish sender and receiver
endpoints |