Class DisablePayloadCollectingDeactivationInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.openehealth.ipf.commons.ihe.ws.cxf.payload.DisablePayloadCollectingDeactivationInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>
,PhaseInterceptor<Message>
public class DisablePayloadCollectingDeactivationInterceptor extends AbstractPhaseInterceptor<Message>
Interceptor which sets a context property to disable stopping collecting payload in theOutPayloadExtractorInterceptor
.- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Constructor Description DisablePayloadCollectingDeactivationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleMessage(Message message)
-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-