Interface DataInsertionClient
The
DataInsertionClient is executing
DataInsertionRequest's to a provided end point URI.-
Method Summary
Modifier and TypeMethodDescriptionexecute(DataInsertionRequest request, String url) Executes theDataInsertionRequestthrough a POST request.voidExecutes a GET request with the providedURIwhich should contain query string parameters.
-
Method Details
-
execute
DataInsertionResponse execute(DataInsertionRequest request, String url) throws SitecatalystException Executes theDataInsertionRequestthrough a POST request.- Parameters:
request-DataInsertionRequestto executeurl- URL to DataInsertion service- Returns:
- DataInsertionResponse
- Throws:
SitecatalystException- if an error occurs during the execution
-
execute
Executes a GET request with the providedURIwhich should contain query string parameters.- Parameters:
url- URL to execute- Throws:
SitecatalystException- if an error occurs during the execution
-