public class GoogleCalendarComponent extends org.apache.camel.util.component.AbstractApiComponent<GoogleCalendarApiName,GoogleCalendarConfiguration,GoogleCalendarApiCollection>
GoogleCalendarEndpoint.| Constructor and Description |
|---|
GoogleCalendarComponent() |
GoogleCalendarComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String methodName,
GoogleCalendarApiName apiName,
GoogleCalendarConfiguration endpointConfiguration) |
protected GoogleCalendarApiName |
getApiName(String apiNameStr) |
com.google.api.services.calendar.Calendar |
getClient() |
GoogleCalendarClientFactory |
getClientFactory() |
void |
setClientFactory(GoogleCalendarClientFactory clientFactory) |
completeEndpointPath, createEndpoint, createEndpointConfiguration, getApiNameOrNull, getCompletedMethods, getConfiguration, setConfigurationcreateComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic GoogleCalendarComponent()
public GoogleCalendarComponent(org.apache.camel.CamelContext context)
protected GoogleCalendarApiName getApiName(String apiNameStr) throws IllegalArgumentException
getApiName in class org.apache.camel.util.component.AbstractApiComponent<GoogleCalendarApiName,GoogleCalendarConfiguration,GoogleCalendarApiCollection>IllegalArgumentExceptionpublic com.google.api.services.calendar.Calendar getClient()
public GoogleCalendarClientFactory getClientFactory()
public void setClientFactory(GoogleCalendarClientFactory clientFactory)
protected org.apache.camel.Endpoint createEndpoint(String uri, String methodName, GoogleCalendarApiName apiName, GoogleCalendarConfiguration endpointConfiguration)
createEndpoint in class org.apache.camel.util.component.AbstractApiComponent<GoogleCalendarApiName,GoogleCalendarConfiguration,GoogleCalendarApiCollection>Apache Camel