@UriEndpoint(firstVersion="2.14.0",
scheme="dropbox",
title="Dropbox",
syntax="dropbox:operation",
label="api,file")
public class DropboxEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
DropboxEndpoint() |
DropboxEndpoint(String uri,
DropboxComponent component,
DropboxConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor)
Create one of the camel consumer available based on the configuration
|
org.apache.camel.Producer |
createProducer()
Create one of the camel producer available based on the configuration
|
DropboxConfiguration |
getConfiguration() |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic DropboxEndpoint()
public DropboxEndpoint(String uri, DropboxComponent component, DropboxConfiguration configuration)
public DropboxConfiguration getConfiguration()
public org.apache.camel.Producer createProducer()
throws Exception
ExceptionApache Camel