Class GoogleDriveEndpoint
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.support.DefaultEndpoint
-
- org.apache.camel.support.ScheduledPollEndpoint
-
- org.apache.camel.support.component.AbstractApiEndpoint<GoogleDriveApiName,GoogleDriveConfiguration>
-
- org.apache.camel.component.google.drive.GoogleDriveEndpoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.CamelContextAware,org.apache.camel.Endpoint,org.apache.camel.IsSingleton,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.HasId,org.apache.camel.StatefulService,org.apache.camel.support.component.PropertiesInterceptor,org.apache.camel.support.component.PropertyNamesInterceptor,org.apache.camel.SuspendableService
@UriEndpoint(firstVersion="2.14.0", scheme="google-drive", title="Google Drive", syntax="google-drive:apiName/methodName", consumerPrefix="consumer", category={FILE,CLOUD,API}) public class GoogleDriveEndpoint extends org.apache.camel.support.component.AbstractApiEndpoint<GoogleDriveApiName,GoogleDriveConfiguration>Manage files in Google Drive.
-
-
Constructor Summary
Constructors Constructor Description GoogleDriveEndpoint(String uri, GoogleDriveComponent component, GoogleDriveApiName apiName, String methodName, GoogleDriveConfiguration endpointConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterConfigureProperties()org.apache.camel.ConsumercreateConsumer(org.apache.camel.Processor processor)org.apache.camel.ProducercreateProducer()ObjectgetApiProxy(org.apache.camel.support.component.ApiMethod method, Map<String,Object> args)com.google.api.services.drive.DrivegetClient()GoogleDriveClientFactorygetClientFactory()protected org.apache.camel.support.component.ApiMethodPropertiesHelper<GoogleDriveConfiguration>getPropertiesHelper()protected StringgetThreadProfileName()voidsetClientFactory(GoogleDriveClientFactory clientFactory)To use the GoogleCalendarClientFactory as factory for creating the client.-
Methods inherited from class org.apache.camel.support.component.AbstractApiEndpoint
configureProperties, getApiName, getCandidates, getConfiguration, getEndpointProperties, getEndpointPropertyNames, getExecutorService, getInBody, getMethodHelper, getMethodName, interceptProperties, interceptPropertyNames, setInBody
-
Methods inherited from class org.apache.camel.support.ScheduledPollEndpoint
configureConsumer, configureScheduledPollConsumerProperties, doConfigureConsumer, doStart, doStop, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDelay, getInitialDelay, getPollStrategy, getRepeatCount, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, isGreedy, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRepeatCount, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelay
-
Methods inherited from class org.apache.camel.support.DefaultEndpoint
configurePollingConsumer, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
-
Methods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
GoogleDriveEndpoint
public GoogleDriveEndpoint(String uri, GoogleDriveComponent component, GoogleDriveApiName apiName, String methodName, GoogleDriveConfiguration endpointConfiguration)
-
-
Method Detail
-
createConsumer
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception- Throws:
Exception
-
getPropertiesHelper
protected org.apache.camel.support.component.ApiMethodPropertiesHelper<GoogleDriveConfiguration> getPropertiesHelper()
- Specified by:
getPropertiesHelperin classorg.apache.camel.support.component.AbstractApiEndpoint<GoogleDriveApiName,GoogleDriveConfiguration>
-
getThreadProfileName
protected String getThreadProfileName()
- Specified by:
getThreadProfileNamein classorg.apache.camel.support.component.AbstractApiEndpoint<GoogleDriveApiName,GoogleDriveConfiguration>
-
afterConfigureProperties
protected void afterConfigureProperties()
- Specified by:
afterConfigurePropertiesin classorg.apache.camel.support.component.AbstractApiEndpoint<GoogleDriveApiName,GoogleDriveConfiguration>
-
getClient
public com.google.api.services.drive.Drive getClient()
-
getApiProxy
public Object getApiProxy(org.apache.camel.support.component.ApiMethod method, Map<String,Object> args)
- Specified by:
getApiProxyin classorg.apache.camel.support.component.AbstractApiEndpoint<GoogleDriveApiName,GoogleDriveConfiguration>
-
getClientFactory
public GoogleDriveClientFactory getClientFactory()
-
setClientFactory
public void setClientFactory(GoogleDriveClientFactory clientFactory)
To use the GoogleCalendarClientFactory as factory for creating the client. Will by default useBatchGoogleDriveClientFactory
-
-