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>
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
-
Method Summary
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
InPayloadExtractorInterceptor
-
-
Method Details
-
handleMessage
-