Class TechnicalExceptionInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- com.devonfw.module.cxf.common.impl.client.interceptor.TechnicalExceptionInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class TechnicalExceptionInterceptor extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>Implementation ofAbstractPhaseInterceptorto handle technical errors likeConnectExceptionorSocketTimeoutException.- Since:
- 3.0.0
-
-
Constructor Summary
Constructors Constructor Description TechnicalExceptionInterceptor(String service)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(org.apache.cxf.message.Message message)
-
-
-
Field Detail
-
service
private final String service
-
-
Constructor Detail
-
TechnicalExceptionInterceptor
public TechnicalExceptionInterceptor(String service)
The constructor.- Parameters:
service- the name (e.g.qualified name) of theServicethat failed.
-
-