Annotation Interface CXFEndpoint


@Qualifier @Target({METHOD,TYPE}) @Retention(RUNTIME) @Documented public @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
    Modifier and Type
    Class
    Description
    static class 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A path relative to quarkus.cxf.path under which this endpoint should be exposed.
  • Element Details

    • value

      String value
      A path relative to quarkus.cxf.path under which this endpoint should be exposed.
      Returns:
      path relative to quarkus.cxf.path under which this endpoint should be exposed.