private Map<String, Class<?>> classMap;
public AbstractRestProcessor(SalesforceEndpoint endpoint) throws SalesforceException {
super(endpoint);
final PayloadFormat payloadFormat = endpoint.getConfiguration().getFormat();
this.restClient = new DefaultRestClient(httpClient, endpointConfigMap.get(API_VERSION),
payloadFormat, session);
this.classMap = endpoint.getComponent().getClassMap();