Table B.12 lists the interceptors added to a endpoint's inbound message chain to support logging.
Table B.12. Inbound Logging Interceptors
| Class | Phase | Description |
|---|---|---|
LoggingInInterceptor | RECEIVE | Writes the raw message data to the logging system. |
Table B.13 lists the interceptors added to a endpoint's outbound message chain to support logging.
Table B.13. Outbound Logging Interceptors
| Class | Phase | Description |
|---|---|---|
LoggingOutInterceptor | PRE_STREAM | Writes the outbound message to the logging system. |
For more information about logging see FUSE Services Framework Logging in
Table B.14 lists the interceptors added to a endpoint's inbound message chain when using WS-Addressing.
Table B.14. Inbound WS-Addressing Interceptors
| Class | Phase | Description |
|---|---|---|
MAPCodec | PRE_PROTOCOL | Decodes the message addressing properties. |
Table B.15 lists the interceptors added to a endpoint's outbound message chain when using WS-Addressing.
Table B.15. Outbound WS-Addressing Interceptors
| Class | Phase | Description |
|---|---|---|
MAPAggregator | PRE_LOGICAL | Aggregates the message addressing properties for a message. |
MAPCodec | PRE_PROTOCOL | Encodes the message addressing properties. |
For more information about WS-Addressing see
Deploying WS-Addressing in
![]() | Important |
|---|---|
WS-RM relies on WS-Addressing so all of the WS-Addressing interceptors will also be added to the interceptor chains. |
Table B.16 lists the interceptors added to a endpoint's inbound message chain when using WS-RM.
Table B.16. Inbound WS-RM Interceptors
| Class | Phase | Description |
|---|---|---|
RMInInterceptor | PRE_LOGICAL | Handles the aggregation of message parts and acknowledgement messages. |
RMSoapInterceptor | PRE_PROTOCOL | Encodes and decodes the WS-RM properties from messages. |
Table B.17 lists the interceptors added to a endpoint's outbound message chain when using WS-RM.
Table B.17. Outbound WS-RM Interceptors
| Class | Phase | Description |
|---|---|---|
RMOutInterceptor | PRE_LOGICAL | Handles the chunking of messages and the transmission of the chunks. Also handles the processing of acknowledgements and resend requests. |
RMSoapInterceptor | PRE_PROTOCOL | Encodes and decodes the WS-RM properties from messages. |
For more information about WS-RM see Enabling Reliable Messaging in