Class CustomUrlParametersOutInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
org.openehealth.ipf.commons.ihe.ws.cxf.CustomUrlParametersOutInterceptor
All Implemented Interfaces:
Interceptor<org.apache.cxf.binding.soap.SoapMessage>, PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

public class CustomUrlParametersOutInterceptor extends AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
CXF Interceptor to add custom static URL parameters to the SOAP Client Request.
  • Constructor Details

    • CustomUrlParametersOutInterceptor

      public CustomUrlParametersOutInterceptor(String queryParameters)
    • CustomUrlParametersOutInterceptor

      public CustomUrlParametersOutInterceptor(String queryParameters, String phase)
  • Method Details

    • handleMessage

      public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message) throws Fault
      Throws:
      Fault