Interface CxfRsEndpointBuilderFactory.CxfRsBuilders

    • Method Detail

      • cxfrs

        default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder cxfrs​(String path)
        CXF-RS (camel-cxf) Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client. Category: rest Since: 2.0 Maven coordinates: org.apache.camel:camel-cxf Syntax: cxfrs:beanId:address Path parameter: beanId To lookup an existing configured CxfRsEndpoint. Must used bean: as prefix. Path parameter: address The service publish address.
        Parameters:
        path - beanId:address
        Returns:
        the dsl builder
      • cxfrs

        default CxfRsEndpointBuilderFactory.CxfRsEndpointBuilder cxfrs​(String componentName,
                                                                       String path)
        CXF-RS (camel-cxf) Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client. Category: rest Since: 2.0 Maven coordinates: org.apache.camel:camel-cxf Syntax: cxfrs:beanId:address Path parameter: beanId To lookup an existing configured CxfRsEndpoint. Must used bean: as prefix. Path parameter: address The service publish address.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - beanId:address
        Returns:
        the dsl builder