org.apache.cxf.jbi.transport
Class JBIConduitOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.cxf.io.AbstractCachedOutputStream
          extended by org.apache.cxf.jbi.transport.JBIConduitOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class JBIConduitOutputStream
extends org.apache.cxf.io.AbstractCachedOutputStream


Field Summary
 
Fields inherited from class org.apache.cxf.io.AbstractCachedOutputStream
currentStream
 
Constructor Summary
JBIConduitOutputStream(org.apache.cxf.message.Message m, javax.jbi.messaging.DeliveryChannel channel, org.apache.cxf.ws.addressing.EndpointReferenceType target, JBIConduit conduit)
           
 
Method Summary
protected  void doClose()
           
protected  void doFlush()
           
protected  void onWrite()
           
 
Methods inherited from class org.apache.cxf.io.AbstractCachedOutputStream
close, copyStream, copyStreamWithBase64Encoding, deregisterCallback, dispose, equals, flush, getCallbacks, getInputStream, getOut, getTempFile, hashCode, registerCallback, resetOut, setOutputDir, setThreshold, toString, write, write, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBIConduitOutputStream

public JBIConduitOutputStream(org.apache.cxf.message.Message m,
                              javax.jbi.messaging.DeliveryChannel channel,
                              org.apache.cxf.ws.addressing.EndpointReferenceType target,
                              JBIConduit conduit)
Method Detail

doFlush

protected void doFlush()
                throws java.io.IOException
Specified by:
doFlush in class org.apache.cxf.io.AbstractCachedOutputStream
Throws:
java.io.IOException

doClose

protected void doClose()
                throws java.io.IOException
Specified by:
doClose in class org.apache.cxf.io.AbstractCachedOutputStream
Throws:
java.io.IOException

onWrite

protected void onWrite()
                throws java.io.IOException
Specified by:
onWrite in class org.apache.cxf.io.AbstractCachedOutputStream
Throws:
java.io.IOException


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.