public class LoggingOutInterceptor extends AbstractLoggingInterceptor
limit, prettyLogging, writer
Constructor and Description |
---|
LoggingOutInterceptor() |
LoggingOutInterceptor(int lim) |
LoggingOutInterceptor(PrintWriter w) |
LoggingOutInterceptor(String phase) |
Modifier and Type | Method and Description |
---|---|
protected Logger |
getLogger() |
void |
handleMessage(Message message)
Intercepts a 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 LoggingOutInterceptor(String phase)
public LoggingOutInterceptor()
public LoggingOutInterceptor(int lim)
public LoggingOutInterceptor(PrintWriter w)
public void handleMessage(Message message) throws Fault
Interceptor
Fault
protected Logger getLogger()
getLogger
in class AbstractLoggingInterceptor
Apache CXF