Apache CXF API

org.apache.cxf.io
Interface CachedOutputStreamCallback

All Known Implementing Classes:
XSLTOutInterceptor.XSLTCachedOutputStreamCallback

public interface CachedOutputStreamCallback


Method Summary
 void onClose(CachedOutputStream os)
           
 void onFlush(CachedOutputStream os)
           
 

Method Detail

onClose

void onClose(CachedOutputStream os)

onFlush

void onFlush(CachedOutputStream os)

Apache CXF API

Apache CXF