Uses of Class
org.apache.camel.component.salesforce.SalesforceEndpoint
-
Packages that use SalesforceEndpoint Package Description org.apache.camel.component.salesforce org.apache.camel.component.salesforce.internal.client org.apache.camel.component.salesforce.internal.processor -
-
Uses of SalesforceEndpoint in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce with parameters of type SalesforceEndpoint Modifier and Type Method Description RawClient
SalesforceComponent. createRawClientFor(SalesforceEndpoint endpoint)
RestClient
SalesforceComponent. createRestClientFor(SalesforceEndpoint endpoint)
Constructors in org.apache.camel.component.salesforce with parameters of type SalesforceEndpoint Constructor Description SalesforceConsumer(SalesforceEndpoint endpoint, org.apache.camel.Processor processor, SubscriptionHelper helper)
SalesforceProducer(SalesforceEndpoint endpoint)
-
Uses of SalesforceEndpoint in org.apache.camel.component.salesforce.internal.client
Constructors in org.apache.camel.component.salesforce.internal.client with parameters of type SalesforceEndpoint Constructor Description DefaultBulkApiV2Client(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 SalesforceEndpoint Modifier and Type Field Description protected SalesforceEndpoint
AbstractSalesforceProcessor. endpoint
Constructors in org.apache.camel.component.salesforce.internal.processor with parameters of type SalesforceEndpoint Constructor Description AbstractRestProcessor(SalesforceEndpoint endpoint)
AbstractSalesforceProcessor(SalesforceEndpoint endpoint)
AnalyticsApiProcessor(SalesforceEndpoint endpoint)
BulkApiProcessor(SalesforceEndpoint endpoint)
BulkApiV2Processor(SalesforceEndpoint endpoint)
CompositeApiProcessor(SalesforceEndpoint endpoint)
CompositeSObjectCollectionsProcessor(SalesforceEndpoint endpoint)
JsonRestProcessor(SalesforceEndpoint endpoint)
RawProcessor(SalesforceEndpoint endpoint)
XmlRestProcessor(SalesforceEndpoint endpoint)
-