public class JsonRestProcessor extends AbstractRestProcessor
RESPONSE_CLASSendpoint, endpointConfigMap, httpClient, IGNORE_BODY, IS_OPTIONAL, log, NOT_OPTIONAL, operationName, session, USE_BODY| Constructor and Description |
|---|
JsonRestProcessor(SalesforceEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
getRequestStream(org.apache.camel.Exchange exchange) |
protected void |
processRequest(org.apache.camel.Exchange exchange) |
protected void |
processResponse(org.apache.camel.Exchange exchange,
InputStream responseEntity,
SalesforceException ex,
org.apache.camel.AsyncCallback callback) |
process, start, stopgetParameterpublic JsonRestProcessor(SalesforceEndpoint endpoint) throws SalesforceException
SalesforceExceptionprotected void processRequest(org.apache.camel.Exchange exchange)
throws SalesforceException
processRequest in class AbstractRestProcessorSalesforceExceptionprotected InputStream getRequestStream(org.apache.camel.Exchange exchange) throws SalesforceException
getRequestStream in class AbstractRestProcessorSalesforceExceptionprotected void processResponse(org.apache.camel.Exchange exchange,
InputStream responseEntity,
SalesforceException ex,
org.apache.camel.AsyncCallback callback)
processResponse in class AbstractRestProcessorApache Camel