public class LoggingOutInterceptor extends AbstractLoggingInterceptor
BINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, prettyLogging, threshold, writer
Constructor and Description |
---|
LoggingOutInterceptor() |
LoggingOutInterceptor(int lim) |
LoggingOutInterceptor(PrintWriter w) |
LoggingOutInterceptor(String phase) |
Modifier and Type | Method and Description |
---|---|
protected String |
formatLoggingMessage(LoggingMessage buffer) |
protected Logger |
getLogger() |
void |
handleMessage(Message message)
Intercepts a message.
|
getInMemThreshold, getLimit, getPrintWriter, isBinaryContent, isPrettyLogging, isShowBinaryContent, log, setInMemThreshold, setLimit, setOutputLocation, setPrettyLogging, setPrintWriter, setShowBinaryContent, transform, writePayload, writePayload
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) throws Fault
Interceptor
Fault
protected String formatLoggingMessage(LoggingMessage buffer)
protected Logger getLogger()
getLogger
in class AbstractLoggingInterceptor
Apache CXF