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 Details

    • SoapExceptionMapper

      public SoapExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(org.apache.cxf.interceptor.Fault exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<org.apache.cxf.interceptor.Fault>