Interface IDocumentParserFactory

All Known Implementing Classes:
GenericDocumentParserFactory

public interface IDocumentParserFactory
Factory providing document parsers for documents.
Author:
Pascal Essiembre
  • Method Summary

    Modifier and Type
    Method
    Description
    getParser(String documentReference, ContentType contentType)
    Gets a document parser, optionally based on its reference or content type.
  • Method Details

    • getParser

      IDocumentParser getParser(String documentReference, ContentType contentType)
      Gets a document parser, optionally based on its reference or content type.
      Parameters:
      documentReference - document reference
      contentType - content type
      Returns:
      document parser