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