Table 16 lists the interceptors added to a endpoint's inbound message chain to support logging.
Table 16. Inbound logging interceptors
| Class | Phase | Description |
|---|---|---|
LoggingInInterceptor | RECEIVE | Writes the raw message data to the logging system. |
Table 17 lists the interceptors added to a endpoint's outbound message chain to support logging.
Table 17. 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 Configuring Web Service Endpoints.
Table 18 lists the interceptors added to a endpoint's inbound message chain when using WS-Addressing.
Table 18. Inbound WS-Addressing interceptors
| Class | Phase | Description |
|---|---|---|
MAPCodec | PRE_PROTOCOL | Decodes the message addressing properties. |
Table 19 lists the interceptors added to a endpoint's outbound message chain when using WS-Addressing.
Table 19. 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 Configuring Web Service Endpoints.
Important
WS-RM relies on WS-Addressing so all of the WS-Addressing interceptors will also be added to the interceptor chains.
Table 20 lists the interceptors added to a endpoint's inbound message chain when using WS-RM.
Table 20. 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 21 lists the interceptors added to a endpoint's outbound message chain when using WS-RM.
Table 21. 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 Configuring Web Service Endpoints.








