CXF API

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

Packages that use CachedOutputStreamCallback
org.apache.cxf.io   
 

Uses of CachedOutputStreamCallback in org.apache.cxf.io
 

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

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


CXF API

-