Package org.apache.cxf.feature.transform
Class XSLTOutInterceptor.XSLTCachedOutputStreamCallback
- java.lang.Object
- 
- org.apache.cxf.feature.transform.XSLTOutInterceptor.XSLTCachedOutputStreamCallback
 
- 
- All Implemented Interfaces:
- CachedOutputStreamCallback
 - Enclosing class:
- XSLTOutInterceptor
 
 public static class XSLTOutInterceptor.XSLTCachedOutputStreamCallback extends Object implements CachedOutputStreamCallback 
- 
- 
Constructor SummaryConstructors Constructor Description XSLTCachedOutputStreamCallback(Templates xsltTemplate, OutputStream origStream)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonClose(CachedOutputStream wrapper)voidonFlush(CachedOutputStream wrapper)
 
- 
- 
- 
Constructor Detail- 
XSLTCachedOutputStreamCallbackpublic XSLTCachedOutputStreamCallback(Templates xsltTemplate, OutputStream origStream) 
 
- 
 - 
Method Detail- 
onFlushpublic void onFlush(CachedOutputStream wrapper) - Specified by:
- onFlushin interface- CachedOutputStreamCallback
 
 - 
onClosepublic void onClose(CachedOutputStream wrapper) - Specified by:
- onClosein interface- CachedOutputStreamCallback
 
 
- 
 
-