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 CachedOutputStreamCallbackpublic void onClose(CachedOutputStream cos)
onClose in interface CachedOutputStreamCallbackprotected void writePayload(StringBuilder builder, CachedOutputStream cos, String encoding, String contentType) throws Exception
ExceptionApache CXF