public AbstractSalesforceProcessor(SalesforceEndpoint endpoint) {
this.endpoint = endpoint;
this.operationName = endpoint.getOperationName();
this.endpointConfigMap = endpoint.getConfiguration().toValueMap();
final SalesforceComponent component = endpoint.getComponent();
this.session = component.getSession();
this.httpClient = endpoint.getConfiguration().getHttpClient();
}