Class MustUnderstandInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor
- All Implemented Interfaces:
SoapInterceptor,org.apache.cxf.interceptor.Interceptor<SoapMessage>,org.apache.cxf.phase.PhaseInterceptor<SoapMessage>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFault(SoapMessage msg) voidhandleMessage(SoapMessage soapMessage) Methods inherited from class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTraceMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
-
Field Details
-
UNKNOWNS
- See Also:
-
-
Constructor Details
-
MustUnderstandInterceptor
public MustUnderstandInterceptor() -
MustUnderstandInterceptor
-
-
Method Details
-
handleMessage
-
handleFault
- Specified by:
handleFaultin interfaceorg.apache.cxf.interceptor.Interceptor<SoapMessage>- Overrides:
handleFaultin classorg.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
-