org.apache.cxf.ws.rm
Class RetransmissionCallback

java.lang.Object
  extended by org.apache.cxf.ws.rm.RetransmissionCallback
All Implemented Interfaces:
org.apache.cxf.io.CachedOutputStreamCallback

public class RetransmissionCallback
extends Object
implements org.apache.cxf.io.CachedOutputStreamCallback


Method Summary
 void onClose(org.apache.cxf.io.CachedOutputStream cos)
           
 void onFlush(org.apache.cxf.io.CachedOutputStream cos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onClose

public void onClose(org.apache.cxf.io.CachedOutputStream cos)
Specified by:
onClose in interface org.apache.cxf.io.CachedOutputStreamCallback

onFlush

public void onFlush(org.apache.cxf.io.CachedOutputStream cos)
Specified by:
onFlush in interface org.apache.cxf.io.CachedOutputStreamCallback


Apache CXF