| Constructor and Description |
|---|
SalesforceProducer(SalesforceEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
String |
SalesforceSession.login(String oldToken) |
void |
SalesforceSession.logout() |
| Modifier and Type | Method and Description |
|---|---|
protected SalesforceException |
DefaultBulkApiClient.createRestException(org.eclipse.jetty.client.ContentExchange request) |
protected SalesforceException |
DefaultRestClient.createRestException(org.eclipse.jetty.client.ContentExchange httpExchange) |
protected abstract SalesforceException |
AbstractClientBase.createRestException(org.eclipse.jetty.client.ContentExchange httpExchange) |
SalesforceException |
SyncResponseCallback.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkApiClient.BatchInfoResponseCallback.onResponse(BatchInfo batchInfo,
SalesforceException ex) |
void |
RestClient.ResponseCallback.onResponse(InputStream response,
SalesforceException exception) |
void |
SyncResponseCallback.onResponse(InputStream response,
SalesforceException exception) |
void |
BulkApiClient.StreamResponseCallback.onResponse(InputStream inputStream,
SalesforceException ex) |
void |
AbstractClientBase.ClientResponseCallback.onResponse(InputStream response,
SalesforceException ex) |
void |
BulkApiClient.JobInfoResponseCallback.onResponse(JobInfo jobInfo,
SalesforceException ex) |
void |
BulkApiClient.BatchInfoListResponseCallback.onResponse(List<BatchInfo> batchInfoList,
SalesforceException ex) |
void |
BulkApiClient.QueryResultIdsCallback.onResponse(List<String> ids,
SalesforceException ex) |
| Constructor and Description |
|---|
AbstractClientBase(String version,
SalesforceSession session,
org.eclipse.jetty.client.HttpClient httpClient) |
DefaultBulkApiClient(String version,
SalesforceSession session,
org.eclipse.jetty.client.HttpClient httpClient) |
DefaultRestClient(org.eclipse.jetty.client.HttpClient httpClient,
String version,
PayloadFormat format,
SalesforceSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonRestProcessor.processResponse(org.apache.camel.Exchange exchange,
InputStream responseEntity,
SalesforceException ex,
org.apache.camel.AsyncCallback callback) |
protected void |
XmlRestProcessor.processResponse(org.apache.camel.Exchange exchange,
InputStream responseEntity,
SalesforceException exception,
org.apache.camel.AsyncCallback callback) |
protected abstract void |
AbstractRestProcessor.processResponse(org.apache.camel.Exchange exchange,
InputStream responseEntity,
SalesforceException ex,
org.apache.camel.AsyncCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractSalesforceProcessor.getParameter(String propName,
org.apache.camel.Exchange exchange,
boolean convertInBody,
boolean optional)
Gets value for a parameter from header, endpoint config, or exchange body (optional).
|
protected InputStream |
JsonRestProcessor.getRequestStream(org.apache.camel.Exchange exchange) |
protected InputStream |
XmlRestProcessor.getRequestStream(org.apache.camel.Exchange exchange) |
protected abstract InputStream |
AbstractRestProcessor.getRequestStream(org.apache.camel.Exchange exchange) |
protected void |
JsonRestProcessor.processRequest(org.apache.camel.Exchange exchange) |
protected void |
XmlRestProcessor.processRequest(org.apache.camel.Exchange exchange) |
protected abstract void |
AbstractRestProcessor.processRequest(org.apache.camel.Exchange exchange) |
| Constructor and Description |
|---|
AbstractRestProcessor(SalesforceEndpoint endpoint) |
BulkApiProcessor(SalesforceEndpoint endpoint) |
JsonRestProcessor(SalesforceEndpoint endpoint) |
XmlRestProcessor(SalesforceEndpoint endpoint) |
Apache Camel