Class WebServiceClientMissingFailureAnalyzer

  • All Implemented Interfaces:
    org.springframework.boot.diagnostics.FailureAnalyzer

    public class WebServiceClientMissingFailureAnalyzer
    extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<WebServiceClientNotFoundException>
    FailureAnalyzer to show custom Failure Message, if a WebServiceClient annotated class is missing (which is mandatory for autodetection and instantiation of the CXF endpoint(s))
    Author:
    jonashackt
    • Constructor Detail

      • WebServiceClientMissingFailureAnalyzer

        public WebServiceClientMissingFailureAnalyzer()