Uses of Class
com.norconex.importer.response.ImporterResponse
Packages that use ImporterResponse
Package
Description
-
Uses of ImporterResponse in com.norconex.crawler.core.doc.pipelines.importer
Methods in com.norconex.crawler.core.doc.pipelines.importer that return ImporterResponseModifier and TypeMethodDescriptionImporterPipeline.apply(ImporterPipelineContext context) ImporterPipelineContext.getImporterResponse()Methods in com.norconex.crawler.core.doc.pipelines.importer with parameters of type ImporterResponseModifier and TypeMethodDescriptionvoidImporterPipelineContext.setImporterResponse(ImporterResponse importerResponse) -
Uses of ImporterResponse in com.norconex.importer
Methods in com.norconex.importer that return ImporterResponseModifier and TypeMethodDescriptionImporter.importDocument(Doc document) Imports a document according to the importer configuration.Importer.importDocument(ImporterRequest req) Imports a document according to the importer configuration. -
Uses of ImporterResponse in com.norconex.importer.response
Fields in com.norconex.importer.response declared as ImporterResponseModifier and TypeFieldDescriptionstatic final ImporterResponse[]ImporterResponse.EMPTY_RESPONSESMethods in com.norconex.importer.response that return ImporterResponseModifier and TypeMethodDescriptionImporterResponse.getParentResponse()ImporterResponse.setDescription(String description) ImporterResponse.setException(ImporterException exception) ImporterResponse.setNestedResponses(List<ImporterResponse> nestedResponses) ImporterResponse.setReference(String reference) ImporterResponse.setRejectCause(Object rejectCause) ImporterResponse.setStatus(ImporterResponse.Status status) Methods in com.norconex.importer.response that return types with arguments of type ImporterResponseMethods in com.norconex.importer.response with parameters of type ImporterResponseModifier and TypeMethodDescriptionvoidImporterResponseProcessor.processImporterResponse(ImporterResponse response) Processes the importer response.Method parameters in com.norconex.importer.response with type arguments of type ImporterResponseModifier and TypeMethodDescriptionImporterResponse.setNestedResponses(List<ImporterResponse> nestedResponses)