Uses of Class
org.apache.camel.component.salesforce.SalesforceEndpoint
Packages that use SalesforceEndpoint
Package
Description
-
Uses of SalesforceEndpoint in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce with parameters of type SalesforceEndpointModifier and TypeMethodDescriptionSalesforceComponent.createRawClientFor(SalesforceEndpoint endpoint) SalesforceComponent.createRestClientFor(SalesforceEndpoint endpoint) Constructors in org.apache.camel.component.salesforce with parameters of type SalesforceEndpointModifierConstructorDescriptionPubSubApiConsumer(SalesforceEndpoint endpoint, org.apache.camel.Processor processor) SalesforceProducer(SalesforceEndpoint endpoint) StreamingApiConsumer(SalesforceEndpoint endpoint, org.apache.camel.Processor processor, SubscriptionHelper helper) -
Uses of SalesforceEndpoint in org.apache.camel.component.salesforce.internal.client
Constructors in org.apache.camel.component.salesforce.internal.client with parameters of type SalesforceEndpointModifierConstructorDescriptionDefaultBulkApiV2Client(String version, SalesforceSession session, SalesforceHttpClient httpClient, SalesforceLoginConfig loginConfig, SalesforceEndpoint endpoint) -
Uses of SalesforceEndpoint in org.apache.camel.component.salesforce.internal.processor
Fields in org.apache.camel.component.salesforce.internal.processor declared as SalesforceEndpointModifier and TypeFieldDescriptionprotected final SalesforceEndpointAbstractSalesforceProcessor.endpointConstructors in org.apache.camel.component.salesforce.internal.processor with parameters of type SalesforceEndpointModifierConstructorDescriptionAbstractRestProcessor(SalesforceEndpoint endpoint) AnalyticsApiProcessor(SalesforceEndpoint endpoint) BulkApiProcessor(SalesforceEndpoint endpoint) BulkApiV2Processor(SalesforceEndpoint endpoint) CompositeApiProcessor(SalesforceEndpoint endpoint) JsonRestProcessor(SalesforceEndpoint endpoint) PubSubApiProcessor(SalesforceEndpoint endpoint) RawProcessor(SalesforceEndpoint endpoint)