Package | Description |
---|---|
org.apache.camel.component.salesforce | |
org.apache.camel.component.salesforce.internal.client | |
org.apache.camel.component.salesforce.internal.processor |
Modifier and Type | Method and Description |
---|---|
SalesforceSession |
SalesforceComponent.getSession() |
SalesforceSession |
SalesforceHttpClient.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
SalesforceHttpClient.setSession(SalesforceSession session) |
Modifier and Type | Field and Description |
---|---|
protected SalesforceSession |
AbstractClientBase.session |
Constructor and Description |
---|
AbstractClientBase(String version,
SalesforceSession session,
SalesforceHttpClient httpClient) |
DefaultAnalyticsApiClient(String version,
SalesforceSession session,
SalesforceHttpClient httpClient) |
DefaultBulkApiClient(String version,
SalesforceSession session,
SalesforceHttpClient httpClient) |
DefaultRestClient(SalesforceHttpClient httpClient,
String version,
PayloadFormat format,
SalesforceSession session) |
Modifier and Type | Field and Description |
---|---|
protected SalesforceSession |
AbstractSalesforceProcessor.session |
Apache Camel