Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.io
Interface DocumentReaderFactory

All Known Implementing Classes:
DocumentTreeReaderFactory

public interface DocumentReaderFactory

Interface for a factory that will provide a custom DocumentReader implementation. The params are used by specific factories to properly instantiate the custom DocumentReader.

Author:
Dragos Mihalache

Method Summary
 DocumentReader createDocReader(Map<String,Object> params)
           
 

Method Detail

createDocReader

DocumentReader createDocReader(Map<String,Object> params)
                               throws ClientException
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.