org.apache.cxf.interceptor
Class PrettyLoggingOutInterceptor.LoggingCallback
java.lang.Object
org.apache.cxf.interceptor.PrettyLoggingOutInterceptor.LoggingCallback
- All Implemented Interfaces:
- CachedOutputStreamCallback
- Enclosing class:
- PrettyLoggingOutInterceptor
public class PrettyLoggingOutInterceptor.LoggingCallback
- extends Object
- implements CachedOutputStreamCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrettyLoggingOutInterceptor.LoggingCallback
public PrettyLoggingOutInterceptor.LoggingCallback()
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