Apache CXF API

org.apache.cxf.io
Interface CachedOutputStreamCallback


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