Interface JcrEndpointBuilderFactory.JcrBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- JcrEndpointBuilderFactory
public static interface JcrEndpointBuilderFactory.JcrBuilders
-
Method Summary
Modifier and TypeMethodDescriptionjcr()JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository.JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository.JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository.
-
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/basePath 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
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/basePath 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 namepath- host/base- Returns:
- the dsl builder
-