Interface ExceptionClassProvider

All Known Implementing Classes:
DefaultExceptionClassProvider

public interface ExceptionClassProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getExceptionClass(org.apache.cxf.message.Exchange ex, boolean client)
     
  • Method Details

    • getExceptionClass

      Class<?> getExceptionClass(org.apache.cxf.message.Exchange ex, boolean client)