public class LoggingOutInterceptor extends AbstractLoggingInterceptor
Modifier and Type | Class and Description |
---|---|
class |
LoggingOutInterceptor.LoggingCallback |
CONTENT_SUPPRESSED, DEFAULT_LIMIT, DEFAULT_THRESHOLD, eventMapper, limit, LIVE_LOGGING_PROP, logBinary, logMultipart, maskSensitiveHelper, sender, sensitiveProtocolHeaderNames, threshold
Constructor and Description |
---|
LoggingOutInterceptor() |
LoggingOutInterceptor(LogEventSender sender) |
LoggingOutInterceptor(PrintWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(Message message)
Intercepts a message.
|
addBinaryContentMediaTypes, addSensitiveElementNames, addSensitiveProtocolHeaderNames, createExchangeId, getInMemThreshold, getLimit, isLoggingDisabledNow, maskSensitiveElements, setInMemThreshold, setLimit, setLogBinary, setLogMultipart, setPrettyLogging, shouldLogContent, stripBinaryParts, transform
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public LoggingOutInterceptor()
public LoggingOutInterceptor(PrintWriter writer)
public LoggingOutInterceptor(LogEventSender sender)
public void handleMessage(Message message) throws Fault
Interceptor
Fault
Apache CXF