public static class XSLTOutInterceptor.XSLTCachedOutputStreamCallback extends Object implements CachedOutputStreamCallback
| Constructor and Description | 
|---|
| XSLTCachedOutputStreamCallback(Templates xsltTemplate,
                              OutputStream origStream) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onClose(CachedOutputStream wrapper) | 
| void | onFlush(CachedOutputStream wrapper) | 
public XSLTCachedOutputStreamCallback(Templates xsltTemplate, OutputStream origStream)
public void onFlush(CachedOutputStream wrapper)
onFlush in interface CachedOutputStreamCallbackpublic void onClose(CachedOutputStream wrapper)
onClose in interface CachedOutputStreamCallbackApache CXF