public class OcrWebService extends Object
| Modifier and Type | Method and Description |
|---|---|
BillingType |
getBilling()
Returns the
BillingType of the current webservice. |
T_DOC |
getDocument()
Returns the
Document containing the document source. |
OcrType |
getOperation()
Get webservice specific operation element to set webservice specific parameters
|
PdfPasswordType |
getPassword()
Returns the
PdfPasswordType of the current webservice. |
SoapDocument |
process()
Executes webservice operation and returns result
|
void |
setDocument(T_DOC document)
Sets the
Document containing the document source. |
void |
setOperation(OcrType operationData)
Sets the web service operation data
|
public OcrType getOperation()
public void setOperation(OcrType operationData)
operationData - the web service operation datapublic SoapDocument process() throws ResultException
ResultException - a ResultExceptionpublic T_DOC getDocument()
Document containing the document source.getDocument in interface WebService<T_DOC extends Document,T_OPERATION_TYPE,T_RESULT>Document containing the document source.public void setDocument(T_DOC document)
Document containing the document source.setDocument in interface WebService<T_DOC extends Document,T_OPERATION_TYPE,T_RESULT>document - sets the Document containing the document source.public BillingType getBilling()
BillingType of the current webservice.getBilling in interface WebService<T_DOC extends Document,T_OPERATION_TYPE,T_RESULT>BillingType of the current webservice.public PdfPasswordType getPassword()
PdfPasswordType of the current webservice.getPassword in interface WebService<T_DOC extends Document,T_OPERATION_TYPE,T_RESULT>PdfPasswordType of the current webservice.Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.