public abstract class FujiServiceNowProcessor extends AbstractServiceNowProcessor
client, config, endpoint, mapper
Modifier | Constructor and Description |
---|---|
protected |
FujiServiceNowProcessor(ServiceNowEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doProcess(org.apache.camel.Exchange exchange,
Class<?> requestModel,
Class<?> responseModel,
String apiVersion,
String action,
String tableName,
String sysId) |
void |
process(org.apache.camel.Exchange exchange) |
addDispatcher, addDispatcher, addDispatcher, copyHeader, findDispatcher, getApiVersion, getMandatoryRequestParamFromHeader, getRequestModel, getRequestModel, getRequestParamFromHeader, getResponseModel, getResponseModel, getSysID, getTableName, setBody, setBodyAndHeaders, setHeaders, unwrap, validateBody, validateBody
protected FujiServiceNowProcessor(ServiceNowEndpoint endpoint) throws Exception
Exception
public void process(org.apache.camel.Exchange exchange) throws Exception
process
in interface org.apache.camel.Processor
process
in class AbstractServiceNowProcessor
Exception
Apache Camel