Class SoapEnvelopeLoggingInterceptor

All Implemented Interfaces:
EndpointInterceptor, SoapEndpointInterceptor

public class SoapEnvelopeLoggingInterceptor extends AbstractLoggingInterceptor implements SoapEndpointInterceptor
SOAP-specific EndpointInterceptor that logs the complete request and response envelope of SoapMessage messages. By default, request, response and fault messages are logged, but this behaviour can be changed using the logRequest, logResponse, logFault properties.
Since:
1.0.0
Author:
Arjen Poutsma
See Also: