public static interface CMISEndpointBuilderFactory.CMISBuilders
| Modifier and Type | Method and Description |
|---|---|
default CMISEndpointBuilderFactory.CMISEndpointBuilder |
cmis(String path)
CMIS (camel-cmis)
Read and write data from to/from a CMIS compliant content
repositories.
|
default CMISEndpointBuilderFactory.CMISEndpointBuilder |
cmis(String componentName,
String path)
CMIS (camel-cmis)
Read and write data from to/from a CMIS compliant content
repositories.
|
default CMISEndpointBuilderFactory.CMISEndpointBuilder cmis(String path)
cmis:cmsUrl
Path parameter: cmsUrl (required)
URL to the cmis repositorypath - cmsUrldefault CMISEndpointBuilderFactory.CMISEndpointBuilder cmis(String componentName, String path)
cmis:cmsUrl
Path parameter: cmsUrl (required)
URL to the cmis repositorycomponentName - to use a custom component name for the endpoint
instead of the default namepath - cmsUrlApache Camel