public class DecoupledFaultHandler extends AbstractSoapInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
WSA_ACTION |
Constructor and Description |
---|
DecoupledFaultHandler() |
Modifier and Type | Method and Description |
---|---|
protected Destination |
createDecoupledDestination(Exchange exchange,
EndpointReferenceType epr) |
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 message)
Intercepts a message.
|
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTrace
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
public static final String WSA_ACTION
public void handleMessage(SoapMessage message)
Interceptor
public void handleFault(SoapMessage message)
Interceptor
handleFault
in interface Interceptor<SoapMessage>
handleFault
in class AbstractPhaseInterceptor<SoapMessage>
protected Destination createDecoupledDestination(Exchange exchange, EndpointReferenceType epr)
Apache CXF