public class SoapTcpOutputStream
extends org.apache.cxf.io.AbstractThresholdOutputStream
| Modifier and Type | Field and Description |
|---|---|
static int |
CHUNK_SIZE |
| Constructor and Description |
|---|
SoapTcpOutputStream(InputStream inStream,
OutputStream outStream,
org.apache.cxf.message.Message message,
String targetWsURI,
org.apache.cxf.transport.MessageObserver incomingObserver) |
SoapTcpOutputStream(InputStream inStream,
OutputStream outStream,
org.apache.cxf.message.Message message,
String targetWsURI,
org.apache.cxf.transport.MessageObserver incomingObserver,
int chunkSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
onFirstWrite() |
void |
thresholdNotReached() |
void |
thresholdReached() |
public static final int CHUNK_SIZE
public SoapTcpOutputStream(InputStream inStream, OutputStream outStream, org.apache.cxf.message.Message message, String targetWsURI, org.apache.cxf.transport.MessageObserver incomingObserver)
public SoapTcpOutputStream(InputStream inStream, OutputStream outStream, org.apache.cxf.message.Message message, String targetWsURI, org.apache.cxf.transport.MessageObserver incomingObserver, int chunkSize)
public void thresholdNotReached()
throws IOException
thresholdNotReached in class org.apache.cxf.io.AbstractThresholdOutputStreamIOExceptionpublic void thresholdReached()
throws IOException
thresholdReached in class org.apache.cxf.io.AbstractThresholdOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.cxf.io.AbstractThresholdOutputStreamIOExceptionprotected void onFirstWrite()
throws IOException
onFirstWrite in class org.apache.cxf.io.AbstractWrappedOutputStreamIOExceptionApache CXF