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 |
|---|---|
@NotNull 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
|
@NotNull 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
|
@Nullable T_RESULT process() throws ResultException
ResultException - an ResultException@Nullable T_OPERATION_TYPE getOperation()
void setOperation(@Nullable
T_OPERATION_TYPE operationData)
throws ResultException
operationData - the web service operation dataResultException - an ResultException@Nullable T_DOC getDocument()
void setDocument(@Nullable
T_DOC document)
document - document which contains the source@NotNull @NotNull PdfPasswordType getPassword()
PdfPasswordType from the webservice specific operationPdfPasswordType from the webservice specific operation@NotNull @NotNull BillingType 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–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.