@UriEndpoint(scheme="cmis",
title="CMIS",
syntax="cmis:url",
consumerClass=CMISConsumer.class,
label="cms,database")
public class CMISEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
CMISEndpoint() |
CMISEndpoint(String uri,
CMISComponent component) |
CMISEndpoint(String uri,
CMISComponent cmisComponent,
CMISSessionFacade sessionFacade) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
boolean |
isQueryMode() |
boolean |
isSingleton() |
void |
setQueryMode(boolean queryMode)
If true, will execute the cmis query from the message body and return result, otherwise will create a node in the cmis repository
|
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic CMISEndpoint()
public CMISEndpoint(String uri, CMISComponent component)
public CMISEndpoint(String uri, CMISComponent cmisComponent, CMISSessionFacade sessionFacade)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public boolean isQueryMode()
public void setQueryMode(boolean queryMode)
Apache Camel