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 Summary
ConstructorDescriptionXSLTCachedOutputStreamCallback
(Templates xsltTemplate, OutputStream origStream) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onClose
(CachedOutputStream wrapper) void
onFlush
(CachedOutputStream wrapper)
-
Constructor Details
-
XSLTCachedOutputStreamCallback
-
-
Method Details
-
onFlush
- Specified by:
onFlush
in interfaceCachedOutputStreamCallback
-
onClose
- Specified by:
onClose
in interfaceCachedOutputStreamCallback
-