public class ConverterWebService extends SoapWebService<Converter,ConverterType>
| Modifier and Type | Method and Description |
|---|---|
@NotNull BillingType |
getBilling()
Returns the
BillingType of the current webservice. |
T_DOC |
getDocument()
Returns the
Document containing the document source. |
@NotNull ConverterType |
getOperation()
Get webservice specific operation element to set webservice specific parameters
|
@NotNull PdfPasswordType |
getPassword()
Returns the
PdfPasswordType of the current webservice. |
protected void |
initOperation(@NotNull OperationData operation)
Initialize all substructures, that must be set for this webservice to accept parameters for this
webservice type.
|
protected @NotNull Converter |
provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
void |
setDocument(T_DOC document)
Sets the
Document containing the document source. |
void |
setOperation(@Nullable ConverterType operationData)
Sets the web service operation data
|
process@NotNull protected @NotNull Converter provideWSPort() throws ResultException
provideWSPort in class SoapWebService<Converter,ConverterType>ResultException@NotNull public @NotNull ConverterType getOperation()
public void setOperation(@Nullable
@Nullable ConverterType operationData)
operationData - the web service operation dataprotected void initOperation(@NotNull
@NotNull OperationData operation)
operation - The operationData that, shall be initialized for webservice execution.@Nullable public 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(@Nullable
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.@NotNull public @NotNull 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.@NotNull public @NotNull 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–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.