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, writePayloadaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic LoggingOutInterceptor(String phase)
public LoggingOutInterceptor()
public LoggingOutInterceptor(int lim)
public LoggingOutInterceptor(PrintWriter w)
public void handleMessage(Message message) throws Fault
InterceptorFaultprotected String formatLoggingMessage(LoggingMessage buffer)
protected Logger getLogger()
getLogger in class AbstractLoggingInterceptorApache CXF