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 Summary
Fields inherited from class org.apache.cxf.io.CachedWriter
currentStream, outputLocked
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doClose()
Perform any actions required on stream closure (handle response etc.)Methods inherited from class org.apache.cxf.io.CachedWriter
close, 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
-
doClose
protected void doClose()Description copied from class:CachedWriter
Perform any actions required on stream closure (handle response etc.)- Overrides:
doClose
in classCachedWriter
-