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 Details

  • Method Details

    • handleMessage

      public void handleMessage(Message message)