Package | Description |
---|---|
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.io | |
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.persistence |
Modifier and Type | Method and Description |
---|---|
void |
PrettyLoggingOutInterceptor.LoggingCallback.onClose(CachedOutputStream cos) |
void |
PrettyLoggingOutInterceptor.LoggingCallback.onFlush(CachedOutputStream cos) |
protected void |
AbstractLoggingInterceptor.writePayload(StringBuilder builder,
CachedOutputStream cos,
String encoding,
String contentType) |
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 |
---|---|
void |
RetransmissionCallback.onClose(CachedOutputStream cos) |
void |
RetransmissionCallback.onFlush(CachedOutputStream cos) |
Modifier and Type | Method and Description |
---|---|
CachedOutputStream |
RMMessage.getCachedOutputStream()
Returns the associated cached output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
RMMessage.setContent(CachedOutputStream c)
Sets the message content using the cached output stream.
|
Apache CXF