org.talend.esb.policy.transformation.interceptor.xslt
Class HttpAwareXSLTOutInterceptor.XSLTCachedWriter

java.lang.Object
  extended by java.io.Writer
      extended by org.apache.cxf.io.CachedWriter
          extended by org.talend.esb.policy.transformation.interceptor.xslt.HttpAwareXSLTOutInterceptor.XSLTCachedWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable
Enclosing class:
HttpAwareXSLTOutInterceptor

public static class HttpAwareXSLTOutInterceptor.XSLTCachedWriter
extends org.apache.cxf.io.CachedWriter


Field Summary
 
Fields inherited from class org.apache.cxf.io.CachedWriter
currentStream, outputLocked
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
HttpAwareXSLTOutInterceptor.XSLTCachedWriter(Templates xsltTemplate, Writer origWriter)
           
 
Method Summary
protected  void doClose()
           
 
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

HttpAwareXSLTOutInterceptor.XSLTCachedWriter

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

doClose

protected void doClose()
Overrides:
doClose in class org.apache.cxf.io.CachedWriter


Copyright © 2011–2014 Talend Inc.. All rights reserved.