public static class LoggingOutInterceptor.LoggingCallback extends Object implements CachedOutputStreamCallback
Constructor and Description |
---|
LoggingOutInterceptor.LoggingCallback(LogEventSender sender,
Message msg,
OutputStream os,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
onClose(CachedOutputStream cos) |
void |
onFlush(CachedOutputStream cos) |
protected void |
writePayload(StringBuilder builder,
CachedOutputStream cos,
String encoding,
String contentType) |
public LoggingOutInterceptor.LoggingCallback(LogEventSender sender, Message msg, OutputStream os, int limit)
public void onFlush(CachedOutputStream cos)
onFlush
in interface CachedOutputStreamCallback
public void onClose(CachedOutputStream cos)
onClose
in interface CachedOutputStreamCallback
protected void writePayload(StringBuilder builder, CachedOutputStream cos, String encoding, String contentType) throws Exception
Exception
Apache CXF