Interface JcrEndpointBuilderFactory.JcrBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
JcrEndpointBuilderFactory

public static interface JcrEndpointBuilderFactory.JcrBuilders
  • Method Details

    • 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

      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