public class GoogleMailComponent extends org.apache.camel.util.component.AbstractApiComponent<GoogleMailApiName,GoogleMailConfiguration,GoogleMailApiCollection>
GoogleMailEndpoint.| Constructor and Description |
|---|
GoogleMailComponent() |
GoogleMailComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String methodName,
GoogleMailApiName apiName,
GoogleMailConfiguration endpointConfiguration) |
protected GoogleMailApiName |
getApiName(String apiNameStr) |
com.google.api.services.gmail.Gmail |
getClient() |
GoogleMailClientFactory |
getClientFactory() |
void |
setClientFactory(GoogleMailClientFactory 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, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic GoogleMailComponent()
public GoogleMailComponent(org.apache.camel.CamelContext context)
protected GoogleMailApiName getApiName(String apiNameStr) throws IllegalArgumentException
getApiName in class org.apache.camel.util.component.AbstractApiComponent<GoogleMailApiName,GoogleMailConfiguration,GoogleMailApiCollection>IllegalArgumentExceptionpublic com.google.api.services.gmail.Gmail getClient()
public GoogleMailClientFactory getClientFactory()
public void setClientFactory(GoogleMailClientFactory clientFactory)
protected org.apache.camel.Endpoint createEndpoint(String uri, String methodName, GoogleMailApiName apiName, GoogleMailConfiguration endpointConfiguration)
createEndpoint in class org.apache.camel.util.component.AbstractApiComponent<GoogleMailApiName,GoogleMailConfiguration,GoogleMailApiCollection>Apache Camel