Package org.apache.cxf.ext.logging
Class LoggingOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.ext.logging.AbstractLoggingInterceptor
org.apache.cxf.ext.logging.LoggingOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.cxf.ext.logging.AbstractLoggingInterceptor
CONTENT_SUPPRESSED, DEFAULT_LIMIT, DEFAULT_THRESHOLD, eventMapper, limit, LIVE_LOGGING_PROP, logBinary, logMultipart, maskSensitiveHelper, sender, sensitiveProtocolHeaderNames, threshold -
Constructor Summary
ConstructorsConstructorDescriptionLoggingOutInterceptor(PrintWriter writer) LoggingOutInterceptor(LogEventSender sender) -
Method Summary
Methods inherited from class org.apache.cxf.ext.logging.AbstractLoggingInterceptor
addBinaryContentMediaTypes, addSensitiveElementNames, addSensitiveProtocolHeaderNames, createExchangeId, getInMemThreshold, getLimit, isLoggingDisabledNow, maskSensitiveElements, setInMemThreshold, setLimit, setLogBinary, setLogMultipart, setPrettyLogging, setSensitiveDataHelper, setSensitiveElementNames, setSensitiveProtocolHeaderNames, shouldLogContent, stripBinaryParts, transformMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
LoggingOutInterceptor
public LoggingOutInterceptor() -
LoggingOutInterceptor
-
LoggingOutInterceptor
-
-
Method Details
-
handleMessage
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-