public class LoggingInInterceptor extends AbstractLoggingInterceptor
CONTENT_SUPPRESSED, DEFAULT_LIMIT, DEFAULT_THRESHOLD, eventMapper, limit, LIVE_LOGGING_PROP, logBinary, logMultipart, maskSensitiveHelper, sender, sensitiveProtocolHeaderNames, threshold
Constructor and Description |
---|
LoggingInInterceptor() |
LoggingInInterceptor(LogEventSender sender) |
LoggingInInterceptor(PrintWriter writer) |
Modifier and Type | Method and Description |
---|---|
Collection<PhaseInterceptor<? extends Message>> |
getAdditionalInterceptors()
Returns a collection of Interceptors that should be added to the chain
whenever this interceptor is added.
|
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, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public LoggingInInterceptor()
public LoggingInInterceptor(PrintWriter writer)
public LoggingInInterceptor(LogEventSender sender)
public Collection<PhaseInterceptor<? extends Message>> getAdditionalInterceptors()
PhaseInterceptor
getAdditionalInterceptors
in interface PhaseInterceptor<Message>
getAdditionalInterceptors
in class AbstractPhaseInterceptor<Message>
public void handleMessage(Message message) throws Fault
Interceptor
Fault
Apache CXF