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