public class LoggingInInterceptor extends AbstractLoggingInterceptor
limit, prettyLogging, 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 Logger |
getLogger() |
void |
handleMessage(Message message)
Intercepts a message.
|
protected void |
logging(Message message) |
getLimit, getPrintWriter, isPrettyLogging, log, setLimit, setOutputLocation, setPrettyLogging, setPrintWriter, transform, writePayload
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) throws Fault
Interceptor
Fault
protected Logger getLogger()
getLogger
in class AbstractLoggingInterceptor
Apache CXF