Uses of Class
org.apache.camel.component.dropbox.DropboxConfiguration
-
-
Uses of DropboxConfiguration in org.apache.camel.component.dropbox
Methods in org.apache.camel.component.dropbox that return DropboxConfiguration Modifier and Type Method Description DropboxConfiguration
DropboxEndpoint. getConfiguration()
Constructors in org.apache.camel.component.dropbox with parameters of type DropboxConfiguration Constructor Description DropboxEndpoint(String uri, DropboxComponent component, DropboxConfiguration configuration)
-
Uses of DropboxConfiguration in org.apache.camel.component.dropbox.integration.consumer
Fields in org.apache.camel.component.dropbox.integration.consumer declared as DropboxConfiguration Modifier and Type Field Description protected DropboxConfiguration
DropboxScheduledPollConsumer. configuration
Constructors in org.apache.camel.component.dropbox.integration.consumer with parameters of type DropboxConfiguration Constructor Description DropboxScheduledPollConsumer(DropboxEndpoint endpoint, org.apache.camel.Processor processor, DropboxConfiguration configuration)
DropboxScheduledPollGetConsumer(DropboxEndpoint endpoint, org.apache.camel.Processor processor, DropboxConfiguration configuration)
DropboxScheduledPollSearchConsumer(DropboxEndpoint endpoint, org.apache.camel.Processor processor, DropboxConfiguration configuration)
-
Uses of DropboxConfiguration in org.apache.camel.component.dropbox.integration.producer
Fields in org.apache.camel.component.dropbox.integration.producer declared as DropboxConfiguration Modifier and Type Field Description protected DropboxConfiguration
DropboxProducer. configuration
Constructors in org.apache.camel.component.dropbox.integration.producer with parameters of type DropboxConfiguration Constructor Description DropboxDelProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration)
DropboxGetProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration)
DropboxMoveProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration)
DropboxProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration)
DropboxPutProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration)
DropboxSearchProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration)
-
Uses of DropboxConfiguration in org.apache.camel.component.dropbox.util
Methods in org.apache.camel.component.dropbox.util with parameters of type DropboxConfiguration Modifier and Type Method Description static String
DropboxHelper. getLocalPath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
static String
DropboxHelper. getNewRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
static String
DropboxHelper. getQuery(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
static String
DropboxHelper. getRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
static DropboxUploadMode
DropboxHelper. getUploadMode(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
-
Uses of DropboxConfiguration in org.apache.camel.component.dropbox.validator
Methods in org.apache.camel.component.dropbox.validator with parameters of type DropboxConfiguration Modifier and Type Method Description static void
DropboxConfigurationValidator. validateCommonProperties(DropboxConfiguration configuration)
-