Class CxfRouteRegistrationRequestorBuildItem


  • public final class CxfRouteRegistrationRequestorBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Signals to CxfEndpointImplementationProcessor that the named extension (such as camel-cxf-soap) will register Service endpoints at run time and thus it wants CxfEndpointImplementationProcessor to register a Vert.x route for CXF even though no runtime CXF endpoints are discovered.
    • Constructor Detail

      • CxfRouteRegistrationRequestorBuildItem

        public CxfRouteRegistrationRequestorBuildItem​(String requestorName)
        Parameters:
        requestorName - who requests CxfEndpointImplementationProcessor to register a Vert.x route for CXF; typically the name of a feature the given extension produces. This string is used only for logging, so the name should be informative for human readers in the first place.
    • Method Detail

      • getRequestorName

        public String getRequestorName()