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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.webservice.AbstractServiceconvertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession
- 
Constructor Details- 
SoapZonalOCRServicepublic SoapZonalOCRService()
 
- 
- 
Method Details- 
processpublic 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 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
 
 
-