Package org.apache.cxf.ext.logging
Class LoggingOutInterceptor.LoggingCallback
java.lang.Object
org.apache.cxf.ext.logging.LoggingOutInterceptor.LoggingCallback
- All Implemented Interfaces:
CachedOutputStreamCallback
- Enclosing class:
- LoggingOutInterceptor
public class LoggingOutInterceptor.LoggingCallback
extends Object
implements CachedOutputStreamCallback
-
Constructor Summary
ConstructorsConstructorDescriptionLoggingCallback(LogEventSender sender, Message msg, OutputStream os, int limit) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voidwritePayload(StringBuilder builder, CachedOutputStream cos, String encoding, String contentType)
-
Constructor Details
-
LoggingCallback
-
-
Method Details
-
onFlush
- Specified by:
onFlushin interfaceCachedOutputStreamCallback
-
onClose
- Specified by:
onClosein interfaceCachedOutputStreamCallback
-
writePayload
protected void writePayload(StringBuilder builder, CachedOutputStream cos, String encoding, String contentType) throws Exception - Throws:
Exception
-