Interface ResteasyEndpointBuilderFactory.ResteasyBuilders

    • Method Detail

      • resteasy

        default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder resteasy​(String path)
        Resteasy (camel-resteasy) Expose REST endpoints and access external REST servers. Category: rest Since: 3.4 Maven coordinates: org.apache.camel:camel-resteasy Syntax: resteasy:httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
        Parameters:
        path - httpUri
      • resteasy

        default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder resteasy​(String componentName,
                                                                                String path)
        Resteasy (camel-resteasy) Expose REST endpoints and access external REST servers. Category: rest Since: 3.4 Maven coordinates: org.apache.camel:camel-resteasy Syntax: resteasy:httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - httpUri