public class OutStreamSubstituteInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Constructor and Description |
|---|
OutStreamSubstituteInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
static WrappedOutputStream |
getStreamWrapper(org.apache.cxf.message.Message message)
Retrieves the instance of stream wrapper installed by this interceptor.
|
void |
handleMessage(org.apache.cxf.message.Message message) |
public void handleMessage(org.apache.cxf.message.Message message)
public static WrappedOutputStream getStreamWrapper(org.apache.cxf.message.Message message)
message - CXF message which contains output stream as one of content types.WrappedOutputStream.IllegalStateException - when the stream wrapper instance could not be retrieved.Copyright © 2016 Open eHealth Foundation. All rights reserved.