Class OutPayloadExtractorInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.openehealth.ipf.commons.ihe.ws.cxf.payload.OutPayloadExtractorInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class OutPayloadExtractorInterceptor extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>CXF interceptor that reads outgoing payload collected by the output stream proxy installed inOutStreamSubstituteInterceptorand stores it in the message as String content type.- Author:
- Dmytro Rud
-
-
Field Summary
Fields Modifier and Type Field Description static StringPAYLOAD_COLLECTING_DEACTIVATION_ENABLEDWhen the CXF message containsBoolean.FALSEin the property with this name, collecting message payload will not be deactivated after the SOAP part has been written.
-
Constructor Summary
Constructors Constructor Description OutPayloadExtractorInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(org.apache.cxf.message.Message message)
-
-
-
Field Detail
-
PAYLOAD_COLLECTING_DEACTIVATION_ENABLED
public static final String PAYLOAD_COLLECTING_DEACTIVATION_ENABLED
When the CXF message containsBoolean.FALSEin the property with this name, collecting message payload will not be deactivated after the SOAP part has been written.
-
-