此内容没有您所选择的语言版本。
G.4. Other features
Logging
Table G.12, “Inbound logging interceptors” lists the interceptors added to a endpoint's inbound message chain to support logging.
Class | Phase | Description |
---|---|---|
LoggingInInterceptor | RECEIVE | Writes the raw message data to the logging system. |
Table G.13, “Outbound logging interceptors” lists the interceptors added to a endpoint's outbound message chain to support logging.
Class | Phase | Description |
---|---|---|
LoggingOutInterceptor | PRE_STREAM | Writes the outbound message to the logging system. |
For more information about logging see Chapter 17, Apache CXF Logging.
WS-Addressing
Table G.14, “Inbound WS-Addressing interceptors” lists the interceptors added to a endpoint's inbound message chain when using WS-Addressing.
Class | Phase | Description |
---|---|---|
MAPCodec | PRE_PROTOCOL | Decodes the message addressing properties. |
Table G.15, “Outbound WS-Addressing interceptors” lists the interceptors added to a endpoint's outbound message chain when using WS-Addressing.
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 Chapter 18, Deploying WS-Addressing.
WS-RM
Important
WS-RM relies on WS-Addressing so all of the WS-Addressing interceptors will also be added to the interceptor chains.
Table G.16, “Inbound WS-RM interceptors” lists the interceptors added to a endpoint's inbound message chain when using WS-RM.
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 G.17, “Outbound WS-RM interceptors” lists the interceptors added to a endpoint's outbound message chain when using WS-RM.
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 Chapter 19, Enabling Reliable Messaging.