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 Summary
ConstructorDescriptionCustomUrlParametersOutInterceptor
(String queryParameters) CustomUrlParametersOutInterceptor
(String queryParameters, String phase) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMessage
(org.apache.cxf.binding.soap.SoapMessage 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 Details
-
CustomUrlParametersOutInterceptor
-
CustomUrlParametersOutInterceptor
-
-
Method Details
-
handleMessage
- Throws:
Fault
-