Apache CXF API

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

Packages that use CachedOutputStreamCallback
org.apache.cxf.io   
org.apache.cxf.ws.rm   
 

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> 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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.