Apache CXF API

org.apache.cxf.ws.rm
Class RetransmissionCallback

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

public class RetransmissionCallback
extends Object
implements CachedOutputStreamCallback


Method Summary
 void onClose(CachedOutputStream cos)
           
 void onFlush(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(CachedOutputStream cos)
Specified by:
onClose in interface CachedOutputStreamCallback

onFlush

public void onFlush(CachedOutputStream cos)
Specified by:
onFlush in interface CachedOutputStreamCallback

Apache CXF API

Apache CXF