Package io.quarkiverse.cxf.annotation
Annotation Interface CXFEndpoint
Marks a producer method as an endpoint to expose under the path (relative to
quarkus.cxf.path specified in
value().- Since:
- 3.11.0
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements
-
Element Details
-
value
String valueA path relative toquarkus.cxf.pathunder which this endpoint should be exposed.- Returns:
- path relative to
quarkus.cxf.pathunder which this endpoint should be exposed.
-