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

public static class XSLTOutInterceptor.XSLTCachedWriter extends CachedWriter
  • Constructor Details

    • XSLTCachedWriter

      public XSLTCachedWriter(Templates xsltTemplate, Writer origWriter)
  • Method Details

    • doClose

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