Class InPayloadInjectorInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.openehealth.ipf.commons.ihe.ws.cxf.payload.InPayloadInjectorInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>
,PhaseInterceptor<Message>
public class InPayloadInjectorInterceptor extends AbstractPhaseInterceptor<Message>
CXF interceptor which inserts data of String content type (it is supposed to be the XML payload of the incoming message) into the list of an operation's parameters or response values.- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Constructor Description InPayloadInjectorInterceptor(int position)
Constructs an interceptor instance.
-
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
-
-
-
-
Method Detail
-
handleMessage
public void handleMessage(Message message)
-
-