public class TechnicalExceptionInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
AbstractPhaseInterceptor to handle technical errors like ConnectException
or SocketTimeoutException.| Constructor and Description |
|---|
TechnicalExceptionInterceptor(String service)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(org.apache.cxf.message.Message message) |
private final String service
public TechnicalExceptionInterceptor(String service)
service - the name (e.g. qualified name) of the
Service that failed.Copyright © 2014–2018 devon4j-Team. All rights reserved.