Apache CXF API

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

Packages that use CachedOutputStreamCallback
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.io   
org.apache.cxf.ws.rm   
 

Uses of CachedOutputStreamCallback in org.apache.cxf.interceptor
 

Classes in org.apache.cxf.interceptor that implement CachedOutputStreamCallback
 class PrettyLoggingOutInterceptor.LoggingCallback
          Deprecated.  
 

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)
           
 

Uses of CachedOutputStreamCallback in org.apache.cxf.ws.rm
 

Classes in org.apache.cxf.ws.rm that implement CachedOutputStreamCallback
 class RetransmissionCallback
           
 


Apache CXF API

Apache CXF