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,
org.apache.cxf.ws.addressing.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, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBeforepublic static final String WSA_ACTION
public void handleMessage(SoapMessage message)
Interceptorpublic void handleFault(SoapMessage message)
InterceptorhandleFault in interface Interceptor<SoapMessage>handleFault in class AbstractPhaseInterceptor<SoapMessage>protected Destination createDecoupledDestination(Exchange exchange, org.apache.cxf.ws.addressing.EndpointReferenceType epr)
Apache CXF