Uses of Interface
org.apache.cxf.io.CachedOutputStreamCallback
- 
Packages that use CachedOutputStreamCallback Package Description org.apache.cxf.feature.transform org.apache.cxf.io 
- 
- 
Uses of CachedOutputStreamCallback in org.apache.cxf.feature.transformClasses in org.apache.cxf.feature.transform that implement CachedOutputStreamCallback Modifier and Type Class Description static classXSLTOutInterceptor.XSLTCachedOutputStreamCallback
- 
Uses of CachedOutputStreamCallback in org.apache.cxf.ioMethods in org.apache.cxf.io that return types with arguments of type CachedOutputStreamCallback Modifier and Type Method Description List<CachedOutputStreamCallback>CachedOutputStream. getCallbacks()Methods in org.apache.cxf.io with parameters of type CachedOutputStreamCallback Modifier and Type Method Description voidCachedOutputStream. deregisterCallback(CachedOutputStreamCallback cb)voidCachedOutputStream. registerCallback(CachedOutputStreamCallback cb)
 
-