Apache CXF API

org.apache.cxf.interceptor
Class PrettyLoggingOutInterceptor.LoggingCallback

java.lang.Object
  extended by org.apache.cxf.interceptor.PrettyLoggingOutInterceptor.LoggingCallback
All Implemented Interfaces:
CachedOutputStreamCallback
Enclosing class:
PrettyLoggingOutInterceptor

public class PrettyLoggingOutInterceptor.LoggingCallback
extends Object
implements CachedOutputStreamCallback


Constructor Summary
PrettyLoggingOutInterceptor.LoggingCallback()
           
 
Method Summary
 void onClose(CachedOutputStream cos)
           
 void onFlush(CachedOutputStream cos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyLoggingOutInterceptor.LoggingCallback

public PrettyLoggingOutInterceptor.LoggingCallback()
Method Detail

onFlush

public void onFlush(CachedOutputStream cos)
Specified by:
onFlush in interface CachedOutputStreamCallback

onClose

public void onClose(CachedOutputStream cos)
Specified by:
onClose in interface CachedOutputStreamCallback

Apache CXF API

Apache CXF