Class WsSecurityUnderstandingInInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
-
- org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
-
- org.openehealth.ipf.commons.ihe.ws.WsSecurityUnderstandingInInterceptor
-
- All Implemented Interfaces:
SoapInterceptor
,Interceptor<SoapMessage>
,PhaseInterceptor<SoapMessage>
public class WsSecurityUnderstandingInInterceptor extends AbstractSoapInterceptor
CXF interceptor that claims to understand WS-Security headers.- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Constructor Description WsSecurityUnderstandingInInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<QName>
getUnderstoodHeaders()
void
handleMessage(SoapMessage message)
-
Methods inherited from class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
getFaultCodePrefix, getRoles, prepareStackTrace
-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleFault
-
-
-
-
Method Detail
-
handleMessage
public void handleMessage(SoapMessage message) throws Fault
- Throws:
Fault
-
getUnderstoodHeaders
public Set<QName> getUnderstoodHeaders()
- Specified by:
getUnderstoodHeaders
in interfaceSoapInterceptor
- Overrides:
getUnderstoodHeaders
in classAbstractSoapInterceptor
-
-