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 Summary
Constructors Constructor Description SoapZonalOCRClient(String endpoint)
SoapZonalOCRClient(String endpoint, int gzipThreshold, boolean log, int timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(String sid, long docId)
Processes a document
-
-
-
Constructor Detail
-
SoapZonalOCRClient
public SoapZonalOCRClient(String endpoint, int gzipThreshold, boolean log, int timeout) throws IOException
- Throws:
IOException
-
SoapZonalOCRClient
public SoapZonalOCRClient(String endpoint) throws IOException
- Throws:
IOException
-
-
Method Detail
-
process
public void process(String sid, long docId) throws Exception
Description copied from interface:ZonalOCRService
Processes a document- Specified by:
process
in interfaceZonalOCRService
- Parameters:
sid
- identifier of the sessiondocId
- identifier of the document- Throws:
Exception
- error in the server
-
-