Class FujiServiceNowProcessor
java.lang.Object
org.apache.camel.component.servicenow.AbstractServiceNowProcessor
org.apache.camel.component.servicenow.releases.fuji.FujiServiceNowProcessor
- All Implemented Interfaces:
org.apache.camel.Processor
-
Field Summary
Fields inherited from class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
client, config, endpoint, mapper -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.component.servicenow.AbstractServiceNowProcessor
addDispatcher, addDispatcher, addDispatcher, copyHeader, findDispatcher, getApiVersion, getMandatoryRequestParamFromHeader, getRequestModel, getRequestModel, getRequestParamFromHeader, getResponseModel, getResponseModel, getSysID, getTableName, setBody, setBodyAndHeaders, setHeaders, unwrap, validateBody, validateBody
-
Constructor Details
-
FujiServiceNowProcessor
- Throws:
Exception
-
-
Method Details
-
process
- Specified by:
processin interfaceorg.apache.camel.Processor- Overrides:
processin classAbstractServiceNowProcessor- Throws:
Exception
-
doProcess
protected abstract void doProcess(org.apache.camel.Exchange exchange, Class<?> requestModel, Class<?> responseModel, String apiVersion, String action, String tableName, String sysId) throws Exception - Throws:
Exception
-