Class TransportOutputStream

java.lang.Object
java.io.OutputStream
org.springframework.ws.transport.TransportOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public abstract class TransportOutputStream extends OutputStream
A TransportOutputStream is an output stream with MIME input headers. It is used to write WebServiceMessages to a transport.
Since:
1.0.0
Author:
Arjen Poutsma
See Also: