com.norconex.collector.http.handler
Interface IHttpDocumentProcessor

All Superinterfaces:
Serializable

public interface IHttpDocumentProcessor
extends Serializable

Custom processing (optional) performed on a document. Can be used just before of just after a document has been imported. This is to perform processing on the raw document. To perform processing on its extracted content, see the Importer for that.

Author:
Pascal Essiembre

Method Summary
 void processDocument(org.apache.http.impl.client.DefaultHttpClient httpClient, HttpDocument doc)
          Processes a document.
 

Method Detail

processDocument

void processDocument(org.apache.http.impl.client.DefaultHttpClient httpClient,
                     HttpDocument doc)
Processes a document.

Parameters:
httpClient - HTTP Client
doc - the document


Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.