Package org.apache.camel.component.salesforce.internal.client

Examples of org.apache.camel.component.salesforce.internal.client.DefaultBulkApiClient


    private BulkApiClient bulkClient;

    public BulkApiProcessor(SalesforceEndpoint endpoint) throws SalesforceException {
        super(endpoint);

        this.bulkClient = new DefaultBulkApiClient(
                endpointConfigMap.get(SalesforceEndpointConfig.API_VERSION), session, httpClient);
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.component.salesforce.internal.client.DefaultBulkApiClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.