Uses of Class
org.apache.cxf.io.CachedOutputStream
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
-
Uses of CachedOutputStream in org.apache.cxf.attachment
Modifier and TypeMethodDescriptionstatic void
AttachmentUtil.setStreamedAttachmentProperties
(Message message, CachedOutputStream bos) -
Uses of CachedOutputStream in org.apache.cxf.feature.transform
Modifier and TypeMethodDescriptionvoid
XSLTOutInterceptor.XSLTCachedOutputStreamCallback.onClose
(CachedOutputStream wrapper) void
XSLTOutInterceptor.XSLTCachedOutputStreamCallback.onFlush
(CachedOutputStream wrapper) -
Uses of CachedOutputStream in org.apache.cxf.interceptor
Modifier and TypeMethodDescriptionprotected void
AbstractLoggingInterceptor.writePayload
(StringBuilder builder, CachedOutputStream cos, String encoding, String contentType, boolean truncated) Deprecated. -
Uses of CachedOutputStream in org.apache.cxf.io
Modifier and TypeClassDescriptionclass
This outputstream implementation will both write to the outputstream that is specified and cache the data at the same time.class
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 TypeMethodDescriptionvoid
CachedOutputStreamCallback.onClose
(CachedOutputStream os) void
CachedOutputStreamCallback.onFlush
(CachedOutputStream os)