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 -
Method Summary
Methods inherited from class com.logicaldoc.webservice.AbstractService
convertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession
-
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:ZonalOCRServiceProcesses a document- Specified by:
processin interfaceZonalOCRService- Parameters:
sid- identifier of the sessiondocId- identifier of the document- Throws:
FeatureNotEnabledException- Feature not enabled in the licensecom.logicaldoc.core.security.authentication.AuthenticationException- The user has not been authenticatedcom.logicaldoc.webservice.WebserviceException- Error in the webservicecom.logicaldoc.core.PersistenceException- Error in the data layercom.logicaldoc.core.security.authorization.PermissionException- The user does not have enough permissionsIOException- I/O error
-