org.apache.cxf.feature.transform
Class XSLTOutInterceptor.XSLTCachedOutputStreamCallback
java.lang.Object
org.apache.cxf.feature.transform.XSLTOutInterceptor.XSLTCachedOutputStreamCallback
- All Implemented Interfaces:
- org.apache.cxf.io.CachedOutputStreamCallback
- Enclosing class:
- XSLTOutInterceptor
public static class XSLTOutInterceptor.XSLTCachedOutputStreamCallback
- extends Object
- implements org.apache.cxf.io.CachedOutputStreamCallback
|
Method Summary |
void |
onClose(org.apache.cxf.io.CachedOutputStream wrapper)
|
void |
onFlush(org.apache.cxf.io.CachedOutputStream wrapper)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTOutInterceptor.XSLTCachedOutputStreamCallback
public XSLTOutInterceptor.XSLTCachedOutputStreamCallback(Templates xsltTemplate,
OutputStream origStream)
onFlush
public void onFlush(org.apache.cxf.io.CachedOutputStream wrapper)
- Specified by:
onFlush in interface org.apache.cxf.io.CachedOutputStreamCallback
onClose
public void onClose(org.apache.cxf.io.CachedOutputStream wrapper)
- Specified by:
onClose in interface org.apache.cxf.io.CachedOutputStreamCallback
Apache CXF