org.eclipse.swordfish.plugins.cxf.support
Class NMROutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.cxf.io.CachedOutputStream
          extended by org.eclipse.swordfish.plugins.cxf.support.NMROutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class NMROutputStream
extends org.apache.cxf.io.CachedOutputStream


Constructor Summary
NMROutputStream(org.apache.cxf.message.Message m, org.apache.servicemix.nmr.api.NMR nmr, org.apache.cxf.ws.addressing.EndpointReferenceType target, org.apache.servicemix.cxf.transport.nmr.NMRConduit conduit)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.io.CachedOutputStream
close, copyStream, deregisterCallback, equals, flush, getBytes, getCallbacks, getInputStream, getOut, getTempFile, hashCode, lockOutputStream, registerCallback, resetOut, setOutputDir, setThreshold, size, toString, write, write, write, writeCacheTo, writeCacheTo, writeCacheTo
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NMROutputStream

public NMROutputStream(org.apache.cxf.message.Message m,
                       org.apache.servicemix.nmr.api.NMR nmr,
                       org.apache.cxf.ws.addressing.EndpointReferenceType target,
                       org.apache.servicemix.cxf.transport.nmr.NMRConduit conduit)