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 SummaryConstructorsConstructorDescriptionXSLTCachedOutputStreamCallback(Templates xsltTemplate, OutputStream origStream) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidonClose(CachedOutputStream wrapper) voidonFlush(CachedOutputStream wrapper) 
- 
Constructor Details- 
XSLTCachedOutputStreamCallback
 
- 
- 
Method Details- 
onFlush- Specified by:
- onFlushin interface- CachedOutputStreamCallback
 
- 
onClose- Specified by:
- onClosein interface- CachedOutputStreamCallback
 
 
-