Package org.apache.cxf.io
Interface CachedOutputStreamCallback
- 
- All Known Implementing Classes:
- XSLTOutInterceptor.XSLTCachedOutputStreamCallback
 
 public interface CachedOutputStreamCallback
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClose(CachedOutputStream os)voidonFlush(CachedOutputStream os)
 
- 
- 
- 
Method Detail- 
onClosevoid onClose(CachedOutputStream os) 
 - 
onFlushvoid onFlush(CachedOutputStream os) 
 
- 
 
-