Apache CXF API

org.apache.cxf.feature.transform
Class XSLTOutInterceptor.XSLTCachedWriter

java.lang.Object
  extended by java.io.Writer
      extended by org.apache.cxf.io.CachedWriter
          extended by org.apache.cxf.feature.transform.XSLTOutInterceptor.XSLTCachedWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable
Enclosing class:
XSLTOutInterceptor

public static class XSLTOutInterceptor.XSLTCachedWriter
extends CachedWriter


Field Summary
 
Fields inherited from class org.apache.cxf.io.CachedWriter
currentStream, outputLocked
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
XSLTOutInterceptor.XSLTCachedWriter(Templates xsltTemplate, Writer origWriter)
           
 
Method Summary
protected  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
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSLTOutInterceptor.XSLTCachedWriter

public XSLTOutInterceptor.XSLTCachedWriter(Templates xsltTemplate,
                                           Writer origWriter)
Method Detail

doClose

protected void doClose()
Description copied from class: CachedWriter
Perform any actions required on stream closure (handle response etc.)

Overrides:
doClose in class CachedWriter

Apache CXF API

Apache CXF