Class SalesforceComponentBuilderFactory.SalesforceComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.salesforce.SalesforceComponent>
org.apache.camel.builder.component.dsl.SalesforceComponentBuilderFactory.SalesforceComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.salesforce.SalesforceComponent>,SalesforceComponentBuilderFactory.SalesforceComponentBuilder
- Enclosing interface:
SalesforceComponentBuilderFactory
public static class SalesforceComponentBuilderFactory.SalesforceComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.salesforce.SalesforceComponent>
implements SalesforceComponentBuilderFactory.SalesforceComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.salesforce.SalesforceComponentprotected booleansetPropertyOnComponent(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, registerMethods inherited from interface org.apache.camel.builder.component.dsl.SalesforceComponentBuilderFactory.SalesforceComponentBuilder
allOrNone, apexMethod, apexQueryParams, apexUrl, apiVersion, authenticationType, autowiredEnabled, backoffIncrement, batchId, bridgeErrorHandler, clientId, clientSecret, compositeMethod, config, contentType, defaultReplayId, eventName, eventSchemaFormat, eventSchemaId, fallBackReplayId, format, httpClient, httpClientConnectionTimeout, httpClientIdleTimeout, httpClientProperties, httpMaxContentLength, httpProxyAuthUri, httpProxyExcludedAddresses, httpProxyHost, httpProxyIncludedAddresses, httpProxyPassword, httpProxyPort, httpProxyRealm, httpProxySecure, httpProxySocks4, httpProxyUseDigestAuth, httpProxyUsername, httpRequestBufferSize, httpRequestTimeout, includeDetails, initialReplayIdMap, instanceId, instanceUrl, jobId, jwtAudience, keystore, lazyLogin, lazyStartProducer, limit, locator, loginConfig, loginUrl, longPollingTransportProperties, maxBackoff, maxRecords, notFoundBehaviour, notifyForFields, notifyForOperationCreate, notifyForOperationDelete, notifyForOperations, notifyForOperationUndelete, notifyForOperationUpdate, objectMapper, packages, password, pkChunking, pkChunkingChunkSize, pkChunkingParent, pkChunkingStartRow, pubSubBatchSize, pubSubDeserializeType, pubSubHost, pubSubPojoClass, pubSubPort, queryLocator, rawHttpHeaders, rawMethod, rawPath, rawPayload, rawQueryParameters, refreshToken, replayPreset, reportId, reportMetadata, resultId, sObjectBlobFieldName, sObjectClass, sObjectFields, sObjectId, sObjectIdName, sObjectIdValue, sObjectName, sObjectQuery, sObjectSearch, sslContextParameters, streamQueryResult, updateTopic, useGlobalSslContextParameters, userName, workerPoolMaxSize, workerPoolSize
-
Constructor Details
-
SalesforceComponentBuilderImpl
public SalesforceComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.salesforce.SalesforceComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.salesforce.SalesforceComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.salesforce.SalesforceComponent>
-