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 java.lang.Object
implements org.apache.cxf.io.CachedOutputStreamCallback


Method Summary
 void onClose(org.apache.cxf.io.AbstractCachedOutputStream cos)
           
 void onFlush(org.apache.cxf.io.AbstractCachedOutputStream 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.AbstractCachedOutputStream cos)
Specified by:
onClose in interface org.apache.cxf.io.CachedOutputStreamCallback

onFlush

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.