@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface JcrEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JcrEndpointBuilderFactory.AdvancedJcrEndpointBuilder
Advanced builder for endpoint for the JCR component.
|
static interface |
JcrEndpointBuilderFactory.AdvancedJcrEndpointConsumerBuilder
Advanced builder for endpoint consumers for the JCR component.
|
static interface |
JcrEndpointBuilderFactory.AdvancedJcrEndpointProducerBuilder
Advanced builder for endpoint producers for the JCR component.
|
static interface |
JcrEndpointBuilderFactory.JcrBuilders |
static interface |
JcrEndpointBuilderFactory.JcrEndpointBuilder
Builder for endpoint for the JCR component.
|
static interface |
JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder
Builder for endpoint consumers for the JCR component.
|
static interface |
JcrEndpointBuilderFactory.JcrEndpointProducerBuilder
Builder for endpoint producers for the JCR component.
|
| Modifier and Type | Method and Description |
|---|---|
static JcrEndpointBuilderFactory.JcrEndpointBuilder |
jcr(String path)
JCR (camel-jcr)
The jcr component allows you to add/read nodes to/from a JCR compliant
content repository.
|
static JcrEndpointBuilderFactory.JcrEndpointBuilder jcr(String path)
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 repositoryApache Camel