public class MustUnderstandInterceptor extends AbstractSoapInterceptor
Modifier and Type | Class and Description |
---|---|
class |
MustUnderstandInterceptor.MustUnderstandEndingInterceptor |
Constructor and Description |
---|
MustUnderstandInterceptor() |
MustUnderstandInterceptor(String phase) |
Modifier and Type | Method and Description |
---|---|
void |
handleFault(SoapMessage message)
Called for all interceptors (in reverse order) on which handleMessage
had been successfully invoked, when normal execution of the chain was
aborted for some reason.
|
void |
handleMessage(SoapMessage soapMessage)
Intercepts a message.
|
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTrace
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
public static final String FAULT
public MustUnderstandInterceptor()
public MustUnderstandInterceptor(String phase)
public void handleMessage(SoapMessage soapMessage)
Interceptor
public void handleFault(SoapMessage message)
Interceptor
handleFault
in interface Interceptor<SoapMessage>
handleFault
in class AbstractPhaseInterceptor<SoapMessage>
Apache CXF