Modifier and Type | Method and Description |
---|---|
static void |
AttachmentUtil.setStreamedAttachmentProperties(Message message,
CachedOutputStream bos) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingOutputStream |
Modifier and Type | Method and Description |
---|---|
void |
LoggingOutInterceptor.LoggingCallback.onClose(CachedOutputStream cos) |
void |
LoggingOutInterceptor.LoggingCallback.onFlush(CachedOutputStream cos) |
protected void |
LoggingOutInterceptor.LoggingCallback.writePayload(StringBuilder builder,
CachedOutputStream cos,
String encoding,
String contentType) |
Modifier and Type | Method and Description |
---|---|
void |
XSLTOutInterceptor.XSLTCachedOutputStreamCallback.onClose(CachedOutputStream wrapper) |
void |
XSLTOutInterceptor.XSLTCachedOutputStreamCallback.onFlush(CachedOutputStream wrapper) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLoggingInterceptor.writePayload(StringBuilder builder,
CachedOutputStream cos,
String encoding,
String contentType,
boolean truncated)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheAndWriteOutputStream
This outputstream implementation will both write to the outputstream
that is specified and cache the data at the same time.
|
class |
WriteOnCloseOutputStream
This outputstream implementation will cache the message until close()
is called, at which point it will write the message to the OutputStream
supplied via the constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedOutputStreamCallback.onClose(CachedOutputStream os) |
void |
CachedOutputStreamCallback.onFlush(CachedOutputStream os) |
Modifier and Type | Method and Description |
---|---|
CachedOutputStream |
AsyncHTTPConduit.AsyncWrappedOutputStream.getCachedStream() |
Modifier and Type | Method and Description |
---|---|
CachedOutputStream |
AsyncHTTPConduit.AsyncWrappedOutputStream.getCachedStream() |
Modifier and Type | Method and Description |
---|---|
CachedOutputStream |
RMMessage.getContent()
Returns the CachedOutputStream of this message content.
|
Modifier and Type | Method and Description |
---|---|
void |
RMMessage.setContent(CachedOutputStream cos)
Sets the message content using the CachedOutputStream.class.
|
Apache CXF