@Deprecated public class LoggingOutInterceptor extends AbstractLoggingInterceptor
BINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, MULTIPART_CONTENT_MESSAGE, prettyLogging, threshold, writer
Constructor and Description |
---|
LoggingOutInterceptor()
Deprecated.
|
LoggingOutInterceptor(int lim)
Deprecated.
|
LoggingOutInterceptor(PrintWriter w)
Deprecated.
|
LoggingOutInterceptor(String phase)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
formatLoggingMessage(LoggingMessage buffer)
Deprecated.
|
protected Logger |
getLogger()
Deprecated.
|
void |
handleMessage(Message message)
Deprecated.
Intercepts a message.
|
getBinaryContentMediaTypes, getInMemThreshold, getLimit, getPrintWriter, isBinaryContent, isLoggingDisabledNow, isMultipartContent, isPrettyLogging, isShowBinaryContent, isShowMultipartContent, log, setBinaryContentMediaTypes, setInMemThreshold, setLimit, setOutputLocation, setPrettyLogging, setPrintWriter, setShowBinaryContent, setShowMultipartContent, transform, writePayload, writePayload, writePrettyPayload
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public LoggingOutInterceptor(String phase)
public LoggingOutInterceptor()
public LoggingOutInterceptor(int lim)
public LoggingOutInterceptor(PrintWriter w)
public void handleMessage(Message message)
Interceptor
protected String formatLoggingMessage(LoggingMessage buffer)
protected Logger getLogger()
getLogger
in class AbstractLoggingInterceptor
Apache CXF