Class SoapZonalOCRService

java.lang.Object
com.logicaldoc.webservice.AbstractService
com.logicaldoc.zonalocr.webservice.soap.endpoint.SoapZonalOCRService
All Implemented Interfaces:
ZonalOCRService

public class SoapZonalOCRService extends com.logicaldoc.webservice.AbstractService implements ZonalOCRService
Implementation of the ZonalOCR webservice
Since:
8.4.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(String sid, long docId)
    Processes a document

    Methods inherited from class com.logicaldoc.webservice.AbstractService

    convertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SoapZonalOCRService

      public SoapZonalOCRService()
  • Method Details

    • process

      public void process(String sid, long docId) throws FeatureNotEnabledException, com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException, com.logicaldoc.core.security.authorization.PermissionException, IOException
      Description copied from interface: ZonalOCRService
      Processes a document
      Specified by:
      process in interface ZonalOCRService
      Parameters:
      sid - identifier of the session
      docId - identifier of the document
      Throws:
      FeatureNotEnabledException - Feature not enabled in the license
      com.logicaldoc.core.security.authentication.AuthenticationException - The user has not been authenticated
      com.logicaldoc.webservice.WebserviceException - Error in the webservice
      com.logicaldoc.core.PersistenceException - Error in the data layer
      com.logicaldoc.core.security.authorization.PermissionException - The user does not have enough permissions
      IOException - I/O error