T_DOC - Document which contains source and target resourceT_OPERATION_TYPE - Webservice specific operation typeT_RESULT - The result typepublic interface WebService<T_DOC extends Document,T_OPERATION_TYPE,T_RESULT>
| Modifier and Type | Method and Description |
|---|---|
BillingType |
getBilling()
Returns the
BillingType from the webservice specific operation
This is the functional part and webservice specific. |
T_DOC |
getDocument()
Get the document which contains the source
|
T_OPERATION_TYPE |
getOperation()
Get webservice specific operation element to set webservice specific parameters
|
PdfPasswordType |
getPassword()
Returns the
PdfPasswordType from the webservice specific operation |
T_RESULT |
process()
Execute webservice operation and returns result
|
void |
setDocument(T_DOC document)
Set the document which contains the source
|
void |
setOperation(T_OPERATION_TYPE operationData)
Sets the web service operation data
|
T_RESULT process() throws ResultException
ResultException - an ResultExceptionT_OPERATION_TYPE getOperation()
void setOperation(T_OPERATION_TYPE operationData) throws ResultException
operationData - the web service operation dataResultException - an ResultExceptionT_DOC getDocument()
void setDocument(T_DOC document)
document - document which contains the sourcePdfPasswordType getPassword()
PdfPasswordType from the webservice specific operationPdfPasswordType from the webservice specific operationBillingType getBilling()
BillingType from the webservice specific operation
This is the functional part and webservice specific. For the common operation parts billing
and password call getBilling and getPasswordBillingType from the webservice specific operationCopyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.