Apache CXF API

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

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

public static class XSLTOutInterceptor.XSLTCachedOutputStreamCallback
extends Object
implements CachedOutputStreamCallback


Constructor Summary
XSLTOutInterceptor.XSLTCachedOutputStreamCallback(Templates xsltTemplate, OutputStream origStream)
           
 
Method Summary
 void onClose(CachedOutputStream wrapper)
           
 void onFlush(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(CachedOutputStream wrapper)
Specified by:
onFlush in interface CachedOutputStreamCallback

onClose

public void onClose(CachedOutputStream wrapper)
Specified by:
onClose in interface CachedOutputStreamCallback

Apache CXF API

Apache CXF