Class TransportInputStream

java.lang.Object
java.io.InputStream
org.springframework.ws.transport.TransportInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public abstract class TransportInputStream extends InputStream
A TransportInputStream is an input stream with MIME input headers. It is used to construct WebServiceMessages from a transport.
Since:
1.0.0
Author:
Arjen Poutsma
See Also: