CXF API

org.apache.cxf.io
Interface CachedOutputStreamCallback


public interface CachedOutputStreamCallback


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

Method Detail

onClose

void onClose(AbstractCachedOutputStream os)

onFlush

void onFlush(AbstractCachedOutputStream os)

CXF API

-