@Deprecated public class LoggingInInterceptor extends AbstractLoggingInterceptor
BINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, MULTIPART_CONTENT_MESSAGE, prettyLogging, threshold, writer
Constructor and Description |
---|
LoggingInInterceptor()
Deprecated.
|
LoggingInInterceptor(int lim)
Deprecated.
|
LoggingInInterceptor(PrintWriter w)
Deprecated.
|
LoggingInInterceptor(String phase)
Deprecated.
|
LoggingInInterceptor(String id,
int lim)
Deprecated.
|
LoggingInInterceptor(String id,
PrintWriter w)
Deprecated.
|
LoggingInInterceptor(String id,
String phase)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
formatLoggingMessage(LoggingMessage loggingMessage)
Deprecated.
|
protected Logger |
getLogger()
Deprecated.
|
void |
handleMessage(Message message)
Deprecated.
Intercepts a message.
|
protected void |
logging(Logger logger,
Message message)
Deprecated.
|
protected void |
logInputStream(Message message,
InputStream is,
LoggingMessage buffer,
String encoding,
String ct)
Deprecated.
|
protected void |
logReader(Message message,
Reader reader,
LoggingMessage buffer)
Deprecated.
|
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 LoggingInInterceptor()
public LoggingInInterceptor(String phase)
public LoggingInInterceptor(int lim)
public LoggingInInterceptor(String id, int lim)
public LoggingInInterceptor(PrintWriter w)
public LoggingInInterceptor(String id, PrintWriter w)
public void handleMessage(Message message)
Interceptor
protected void logReader(Message message, Reader reader, LoggingMessage buffer)
protected void logInputStream(Message message, InputStream is, LoggingMessage buffer, String encoding, String ct)
protected String formatLoggingMessage(LoggingMessage loggingMessage)
protected Logger getLogger()
getLogger
in class AbstractLoggingInterceptor
Apache CXF