Apache CXF API

org.apache.cxf.io
Class AbstractWrappedOutputStream

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

public abstract class AbstractWrappedOutputStream
extends AbstractCachedOutputStream


Field Summary
protected  Message outMessage
           
 
Fields inherited from class org.apache.cxf.io.AbstractCachedOutputStream
currentStream
 
Constructor Summary
protected AbstractWrappedOutputStream(Message m)
           
 
Method Summary
protected  boolean alreadyFlushed()
           
 
Methods inherited from class org.apache.cxf.io.AbstractCachedOutputStream
close, copyStream, copyStreamWithBase64Encoding, deregisterCallback, dispose, doClose, doFlush, equals, flush, getCallbacks, getInputStream, getOut, getTempFile, hashCode, onWrite, registerCallback, resetOut, setOutputDir, setThreshold, toString, write, write, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

outMessage

protected Message outMessage
Constructor Detail

AbstractWrappedOutputStream

protected AbstractWrappedOutputStream(Message m)
Method Detail

alreadyFlushed

protected boolean alreadyFlushed()
Returns:
true if already flushed

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.