org.apache.camel.component.salesforce.internal.processor
Class BulkApiProcessor

java.lang.Object
  extended by org.apache.camel.component.salesforce.internal.processor.AbstractSalesforceProcessor
      extended by org.apache.camel.component.salesforce.internal.processor.BulkApiProcessor
All Implemented Interfaces:
SalesforceProcessor, org.apache.camel.Service

public class BulkApiProcessor
extends AbstractSalesforceProcessor


Field Summary
 
Fields inherited from class org.apache.camel.component.salesforce.internal.processor.AbstractSalesforceProcessor
endpoint, endpointConfigMap, httpClient, IGNORE_BODY, IS_OPTIONAL, log, NOT_OPTIONAL, operationName, session, USE_BODY
 
Constructor Summary
BulkApiProcessor(SalesforceEndpoint endpoint)
           
 
Method Summary
 boolean process(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.apache.camel.component.salesforce.internal.processor.AbstractSalesforceProcessor
getParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkApiProcessor

public BulkApiProcessor(SalesforceEndpoint endpoint)
                 throws SalesforceException
Throws:
SalesforceException
Method Detail

process

public boolean process(org.apache.camel.Exchange exchange,
                       org.apache.camel.AsyncCallback callback)
Specified by:
process in interface SalesforceProcessor
Specified by:
process in class AbstractSalesforceProcessor

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception


Apache Camel