public class ClientFaultConverter extends AbstractPhaseInterceptor<Message>
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_FAULT_MAPPING |
Constructor and Description |
---|
ClientFaultConverter() |
ClientFaultConverter(String phase) |
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(Message msg)
Intercepts a message.
|
protected void |
processFaultDetail(Fault fault,
Message msg) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public static final String DISABLE_FAULT_MAPPING
public ClientFaultConverter()
public ClientFaultConverter(String phase)
public void handleMessage(Message msg)
Interceptor
Apache CXF