Class SeiMissingFailureAnalyzer
- java.lang.Object
-
- org.springframework.boot.diagnostics.AbstractFailureAnalyzer<SeiNotFoundException>
-
- de.codecentric.cxf.autodetection.diagnostics.SeiMissingFailureAnalyzer
-
- All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer
public class SeiMissingFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<SeiNotFoundException>
FailureAnalyzer to show custom Failure Message, if the Service Endpoint Interface (SEI) is missing (which is mandatory for autodetection and instantiation of the CXF endpoint(s))- Author:
- jonashackt
-
-
Constructor Summary
Constructors Constructor Description SeiMissingFailureAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.boot.diagnostics.FailureAnalysisanalyze(Throwable rootFailure, SeiNotFoundException cause)
-
-
-
Method Detail
-
analyze
protected org.springframework.boot.diagnostics.FailureAnalysis analyze(Throwable rootFailure, SeiNotFoundException cause)
- Specified by:
analyzein classorg.springframework.boot.diagnostics.AbstractFailureAnalyzer<SeiNotFoundException>
-
-