Package org.apache.cxf.interceptor
Class LoggingOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.interceptor.AbstractLoggingInterceptor
org.apache.cxf.interceptor.LoggingOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>
,PhaseInterceptor<Message>
Deprecated.
use the logging module rt/features/logging instead
-
Field Summary
Fields inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptor
BINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, MULTIPART_CONTENT_MESSAGE, prettyLogging, threshold, writer
-
Constructor Summary
ConstructorDescriptionDeprecated.LoggingOutInterceptor
(int lim) Deprecated.Deprecated.LoggingOutInterceptor
(String phase) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected String
formatLoggingMessage
(LoggingMessage buffer) Deprecated.protected Logger
Deprecated.void
handleMessage
(Message message) Deprecated.Intercepts a message.Methods inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptor
getBinaryContentMediaTypes, getInMemThreshold, getLimit, getPrintWriter, isBinaryContent, isLoggingDisabledNow, isMultipartContent, isPrettyLogging, isShowBinaryContent, isShowMultipartContent, log, setBinaryContentMediaTypes, setInMemThreshold, setLimit, setOutputLocation, setPrettyLogging, setPrintWriter, setShowBinaryContent, setShowMultipartContent, transform, writePayload, writePayload, writePrettyPayload
Methods 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
Deprecated. -
LoggingOutInterceptor
public LoggingOutInterceptor()Deprecated. -
LoggingOutInterceptor
public LoggingOutInterceptor(int lim) Deprecated. -
LoggingOutInterceptor
Deprecated.
-
-
Method Details
-
handleMessage
Deprecated.Description copied from interface:Interceptor
Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this. -
formatLoggingMessage
Deprecated. -
getLogger
Deprecated.- Specified by:
getLogger
in classAbstractLoggingInterceptor
-