Uses of Class
org.apache.camel.component.dropbox.DropboxConfiguration
Packages that use DropboxConfiguration
Package
Description
-
Uses of DropboxConfiguration in org.apache.camel.component.dropbox
Methods in org.apache.camel.component.dropbox that return DropboxConfigurationConstructors in org.apache.camel.component.dropbox with parameters of type DropboxConfigurationModifierConstructorDescriptionDropboxEndpoint(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 DropboxConfigurationModifier and TypeFieldDescriptionprotected final DropboxConfigurationDropboxScheduledPollConsumer.configurationConstructors in org.apache.camel.component.dropbox.integration.consumer with parameters of type DropboxConfigurationModifierConstructorDescriptionprotectedDropboxScheduledPollConsumer(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 DropboxConfigurationModifier and TypeFieldDescriptionprotected final DropboxConfigurationDropboxProducer.configurationConstructors in org.apache.camel.component.dropbox.integration.producer with parameters of type DropboxConfigurationModifierConstructorDescriptionDropboxDelProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration) DropboxGetProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration) DropboxMoveProducer(DropboxEndpoint endpoint, DropboxConfiguration configuration) protectedDropboxProducer(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 DropboxConfigurationModifier and TypeMethodDescriptionstatic StringDropboxHelper.getLocalPath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static StringDropboxHelper.getNewRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static StringDropboxHelper.getQuery(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static StringDropboxHelper.getRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static DropboxUploadModeDropboxHelper.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 DropboxConfigurationModifier and TypeMethodDescriptionstatic voidDropboxConfigurationValidator.validateCommonProperties(DropboxConfiguration configuration)