public class MustUnderstandInterceptor extends AbstractSoapInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
MustUnderstandInterceptor.MustUnderstandEndingInterceptor |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNKNOWNS |
| Constructor and Description |
|---|
MustUnderstandInterceptor() |
MustUnderstandInterceptor(java.lang.String phase) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleFault(SoapMessage msg)
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, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBeforepublic static final java.lang.String UNKNOWNS
public MustUnderstandInterceptor()
public MustUnderstandInterceptor(java.lang.String phase)
public void handleMessage(SoapMessage soapMessage)
Interceptorpublic void handleFault(SoapMessage msg)
InterceptorhandleFault in interface Interceptor<SoapMessage>handleFault in class AbstractPhaseInterceptor<SoapMessage>