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

java.lang.Object
  extended by org.apache.cxf.feature.transform.XSLTOutInterceptor.XSLTCachedOutputStreamCallback
All Implemented Interfaces:
org.apache.cxf.io.CachedOutputStreamCallback
Enclosing class:
XSLTOutInterceptor

public static class XSLTOutInterceptor.XSLTCachedOutputStreamCallback
extends Object
implements org.apache.cxf.io.CachedOutputStreamCallback


Constructor Summary
XSLTOutInterceptor.XSLTCachedOutputStreamCallback(Templates xsltTemplate, OutputStream origStream)
           
 
Method Summary
 void onClose(org.apache.cxf.io.CachedOutputStream wrapper)
           
 void onFlush(org.apache.cxf.io.CachedOutputStream wrapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTOutInterceptor.XSLTCachedOutputStreamCallback

public XSLTOutInterceptor.XSLTCachedOutputStreamCallback(Templates xsltTemplate,
                                                         OutputStream origStream)
Method Detail

onFlush

public void onFlush(org.apache.cxf.io.CachedOutputStream wrapper)
Specified by:
onFlush in interface org.apache.cxf.io.CachedOutputStreamCallback

onClose

public void onClose(org.apache.cxf.io.CachedOutputStream wrapper)
Specified by:
onClose in interface org.apache.cxf.io.CachedOutputStreamCallback


Apache CXF