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 SummaryConstructorsConstructorDescriptionSoapZonalOCRClient(String endpoint) SoapZonalOCRClient(String endpoint, int gzipThreshold, boolean log, int timeout) 
- 
Method Summary
- 
Constructor Details- 
SoapZonalOCRClient
- 
SoapZonalOCRClient
 
- 
- 
Method Details- 
processpublic 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:ZonalOCRServiceProcesses a document- Specified by:
- processin 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
 
 
-