Class SoapZonalOCRClient

java.lang.Object
com.logicaldoc.webservice.soap.client.SoapClient<ZonalOCRService>
com.logicaldoc.zonalocr.webservice.soap.client.SoapZonalOCRClient
All Implemented Interfaces:
ZonalOCRService

public class SoapZonalOCRClient extends com.logicaldoc.webservice.soap.client.SoapClient<ZonalOCRService> implements ZonalOCRService
  • Constructor Details

    • SoapZonalOCRClient

      public SoapZonalOCRClient(String endpoint, int gzipThreshold, boolean log, int timeout)
    • SoapZonalOCRClient

      public SoapZonalOCRClient(String endpoint)
  • Method Details

    • process

      public void process(String sid, long docId) throws com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.core.security.authorization.PermissionException, FeatureNotEnabledException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException, 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:
      com.logicaldoc.core.security.authentication.AuthenticationException - The user has not been authenticated
      com.logicaldoc.core.security.authorization.PermissionException - The user does not have enough permissions
      FeatureNotEnabledException - Feature not enabled in the license
      com.logicaldoc.webservice.WebserviceException - Error in the webservice
      com.logicaldoc.core.PersistenceException - Error in the data layer
      IOException - I/O error