Class SoapExceptionMapper
java.lang.Object
edu.suffolk.litlab.efspserver.services.SoapExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<org.apache.cxf.interceptor.Fault>
@Provider
public class SoapExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<org.apache.cxf.interceptor.Fault>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
toResponse
(org.apache.cxf.interceptor.Fault exception)
-
Constructor Details
-
SoapExceptionMapper
public SoapExceptionMapper()
-
-
Method Details
-
toResponse
public jakarta.ws.rs.core.Response toResponse(org.apache.cxf.interceptor.Fault exception) - Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<org.apache.cxf.interceptor.Fault>
-