Package com.norconex.importer.response
Interface IImporterResponseProcessor
-
public interface IImporterResponseProcessor
Processes an importer response to modify it or perform other actions as required before it is returned.- Since:
- 2.0.0
- Author:
- Pascal Essiembre
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImporterStatus
processImporterResponse(ImporterResponse response)
Processes the importer response.
-
-
-
Method Detail
-
processImporterResponse
ImporterStatus processImporterResponse(ImporterResponse response)
Processes the importer response.- Parameters:
response
- the importer response- Returns:
- new response status
-
-