Class LoggingFeature.LoggingOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.interceptor.AbstractLoggingInterceptor
-
- org.apache.cxf.interceptor.LoggingOutInterceptor
-
- com.evolveum.midpoint.model.impl.util.LoggingFeature.LoggingOutInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>
,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
- Enclosing class:
- LoggingFeature
public static class LoggingFeature.LoggingOutInterceptor extends org.apache.cxf.interceptor.LoggingOutInterceptor
-
-
Constructor Summary
Constructors Constructor Description LoggingOutInterceptor(int lim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Logger
getLogger()
protected void
log(Logger logger, String message)
-
Methods inherited from class org.apache.cxf.interceptor.LoggingOutInterceptor
formatLoggingMessage, handleMessage
-
Methods inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptor
getBinaryContentMediaTypes, getInMemThreshold, getLimit, getPrintWriter, isBinaryContent, isLoggingDisabledNow, isMultipartContent, isPrettyLogging, isShowBinaryContent, isShowMultipartContent, setBinaryContentMediaTypes, setInMemThreshold, setLimit, setOutputLocation, setPrettyLogging, setPrintWriter, setShowBinaryContent, setShowMultipartContent, transform, writePayload, writePayload, writePrettyPayload
-
-