Class InPayloadExtractorInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.openehealth.ipf.commons.ihe.ws.cxf.payload.InPayloadExtractorInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>
,PhaseInterceptor<Message>
public class InPayloadExtractorInterceptor extends AbstractPhaseInterceptor<Message>
CXF interceptor that saves String payload of the incoming SOAP message body into the CXF message. Usable on both client and server sides.- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Constructor Description InPayloadExtractorInterceptor(StringPayloadHolder.PayloadType payloadType)
-
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
-
-
-
-
Constructor Detail
-
InPayloadExtractorInterceptor
public InPayloadExtractorInterceptor(StringPayloadHolder.PayloadType payloadType)
-
-
Method Detail
-
handleMessage
public void handleMessage(Message message)
-
-