public class LoggingInInterceptor extends AbstractLoggingInterceptor
BINARY_CONTENT_MESSAGE, limit, prettyLogging, threshold, writer| Constructor and Description |
|---|
LoggingInInterceptor() |
LoggingInInterceptor(int lim) |
LoggingInInterceptor(PrintWriter w) |
LoggingInInterceptor(String phase) |
LoggingInInterceptor(String id,
int lim) |
LoggingInInterceptor(String id,
PrintWriter w) |
LoggingInInterceptor(String id,
String phase) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatLoggingMessage(LoggingMessage loggingMessage) |
protected Logger |
getLogger() |
void |
handleMessage(Message message)
Intercepts a message.
|
protected void |
logging(Logger logger,
Message 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 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) throws Fault
InterceptorFaultprotected String formatLoggingMessage(LoggingMessage loggingMessage)
protected Logger getLogger()
getLogger in class AbstractLoggingInterceptorApache CXF