Package org.apache.cxf.feature.transform
Class XSLTOutInterceptor.XSLTCachedWriter
java.lang.Object
java.io.Writer
org.apache.cxf.io.CachedWriter
org.apache.cxf.feature.transform.XSLTOutInterceptor.XSLTCachedWriter
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
- Enclosing class:
- XSLTOutInterceptor
- 
Field SummaryFields inherited from class org.apache.cxf.io.CachedWritercurrentStream, outputLocked
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoClose()Perform any actions required on stream closure (handle response etc.)Methods inherited from class org.apache.cxf.io.CachedWriterclose, deregisterCallback, doFlush, equals, flush, getCallbacks, getChars, getOut, getReader, getTempFile, hashCode, holdTempFile, lockOutputStream, onWrite, postClose, registerCallback, releaseTempFileHold, resetOut, setCipherTransformation, setDefaultCipherTransformation, setDefaultMaxSize, setDefaultThreshold, setMaxSize, setOutputDir, setThreshold, size, toString, write, writeCacheTo, writeCacheTo, writeCacheTo
- 
Constructor Details- 
XSLTCachedWriter
 
- 
- 
Method Details- 
doCloseprotected void doClose()Description copied from class:CachedWriterPerform any actions required on stream closure (handle response etc.)- Overrides:
- doClosein class- CachedWriter
 
 
-