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