Interface JcrEndpointBuilderFactory.JcrBuilders

    • Method Detail

      • jcr

        default JcrEndpointBuilderFactory.JcrHeaderNameBuilder jcr()
        JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository. Category: database,cms Since: 1.3 Maven coordinates: org.apache.camel:camel-jcr
        Returns:
        the dsl builder for the headers' name.
      • jcr

        default JcrEndpointBuilderFactory.JcrEndpointBuilder jcr​(String path)
        JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository. Category: database,cms Since: 1.3 Maven coordinates: org.apache.camel:camel-jcr Syntax: jcr:host/base Path parameter: host (required) Name of the javax.jcr.Repository to lookup from the Camel registry to be used. Path parameter: base Get the base node when accessing the repository
        Parameters:
        path - host/base
        Returns:
        the dsl builder
      • jcr

        default JcrEndpointBuilderFactory.JcrEndpointBuilder jcr​(String componentName,
                                                                 String path)
        JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository. Category: database,cms Since: 1.3 Maven coordinates: org.apache.camel:camel-jcr Syntax: jcr:host/base Path parameter: host (required) Name of the javax.jcr.Repository to lookup from the Camel registry to be used. Path parameter: base Get the base node when accessing the repository
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host/base
        Returns:
        the dsl builder