Apache CXF API

Uses of Interface
org.apache.cxf.io.CachedOutputStreamCallback

Packages that use CachedOutputStreamCallback
org.apache.cxf.feature.transform   
org.apache.cxf.io   
 

Uses of CachedOutputStreamCallback in org.apache.cxf.feature.transform
 

Classes in org.apache.cxf.feature.transform that implement CachedOutputStreamCallback
static class XSLTOutInterceptor.XSLTCachedOutputStreamCallback
           
 

Uses of CachedOutputStreamCallback in org.apache.cxf.io
 

Methods in org.apache.cxf.io that return types with arguments of type CachedOutputStreamCallback
 List<CachedOutputStreamCallback> CachedOutputStream.getCallbacks()
           
 

Methods in org.apache.cxf.io with parameters of type CachedOutputStreamCallback
 void CachedOutputStream.deregisterCallback(CachedOutputStreamCallback cb)
           
 void CachedOutputStream.registerCallback(CachedOutputStreamCallback cb)
           
 


Apache CXF API

Apache CXF