| Class | Description |
|---|---|
| CxfSpringBootMavenPropertiesMissingFailureAnalyzer |
FailureAnalyzer to show custom Failure Message, if the cxf-spring-boot-maven.properties is missing
(which is generated by the https://github.com/codecentric/cxf-spring-boot-starter-maven-plugin and
is mandatory for autodetection and instantiation of the CXF endpoint(s)).
|
| SeiImplMissingFailureAnalyzer |
FailureAnalyzer to show custom Failure Message, if a SEI Implementation is missing
(which is mandatory for autodetection and instantiation of the CXF endpoint(s))
|
| SeiMissingFailureAnalyzer |
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))
|
| WebServiceClientMissingFailureAnalyzer |
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))
|
| Exception | Description |
|---|---|
| CxfSpringBootMavenPropertiesNotFoundException |
Thrown when a SEI implementing class isn´t found.
|
| SeiImplClassNotFoundException |
Thrown when a SEI implementing class isn´t found.
|
| SeiNotFoundException |
Thrown when the Service Endpoint Interface (SEI) itself isn´t found.
|
| WebServiceClientNotFoundException |
Thrown when the WebServiceClient class isn´t found.
|
Copyright © 2019. All rights reserved.