| Package | Description |
|---|---|
| net.webpdf.wsclient | |
| net.webpdf.wsclient.documents | |
| net.webpdf.wsclient.http | |
| net.webpdf.wsclient.https | |
| net.webpdf.wsclient.session | |
| net.webpdf.wsclient.tools |
| Modifier and Type | Method and Description |
|---|---|
static <T extends WebService<?,?,?>> |
WebServiceFactory.createInstance(@Nullable Session session,
@Nullable StreamSource streamSource)
Creates a web service instance.
|
static <T extends WebService<?,?,?>> |
WebServiceFactory.createInstance(@NotNull Session session,
@NotNull WebServiceType webServiceType)
Create a web service instance
|
T_RESULT |
WebService.process()
Execute webservice operation and returns result
|
@NotNull SoapDocument |
SoapWebService.process()
Executes webservice operation and returns result
|
@Nullable RestDocument |
RestWebservice.process()
Execute webservice operation and returns result
|
protected @NotNull URLConverter |
UrlConverterWebService.provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
protected @NotNull Toolbox |
ToolboxWebService.provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
protected abstract T_WEBPDF_PORT |
SoapWebService.provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
protected @NotNull Signature |
SignatureWebService.provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
protected @NotNull Pdfa |
PdfaWebService.provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
protected @NotNull OCR |
OcrWebService.provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
protected @NotNull Converter |
ConverterWebService.provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
protected @NotNull Barcode |
BarcodeWebService.provideWSPort()
Create a matching webservice port for future executions of this SOAP webservice.
|
void |
WebService.setOperation(T_OPERATION_TYPE operationData)
Sets the web service operation data
|
| Modifier and Type | Method and Description |
|---|---|
RestDocument |
DocumentManager.activateHistory(@NotNull String documentId,
int historyId)
Activates a history entry for the
RestDocument |
@NotNull HistoryEntry |
RestDocument.activeHistory()
Gets the active
HistoryEntry |
void |
DocumentManager.deleteDocument(@NotNull String documentId)
Deletes the given
RestDocument from the webPDF server by given documentId. |
void |
DocumentManager.downloadDocument(@Nullable RestDocument document,
@Nullable OutputStream outputStream)
Deprecated.
|
void |
DocumentManager.downloadDocument(@NotNull String documentId,
@Nullable OutputStream outputStream)
Downloads
RestDocument referenced by document id from server and stores the content in the OutputStream |
@NotNull RestDocument |
DocumentManager.findDocument(@NotNull String documentId)
Returns the
RestDocument from the internal document map, by given documentId. |
@NotNull HistoryEntry |
RestDocument.findHistory(int historyId)
Finds a
HistoryEntry by it's history id |
@NotNull RestDocument |
DocumentManager.getDocument(@Nullable DocumentFileBean documentFileBean)
Deprecated.
|
@NotNull HistoryEntry |
RestDocument.lastHistory()
Gets the last
HistoryEntry from the internal map of history entries |
void |
DocumentManager.sync()
Syncs the list of
RestDocument with the server. |
void |
DocumentManager.updateHistoryForDocument(@NotNull String documentId)
Updates the history entries for the
RestDocument referenced by the document id |
RestDocument |
DocumentManager.updateHistoryOperation(@NotNull String documentId,
int historyId,
@NotNull String operation)
Updates the operation value for a history entry in a
RestDocument |
| Modifier and Type | Method and Description |
|---|---|
@NotNull HttpRestRequest |
HttpRestRequest.buildRequest(@Nullable HttpMethod httpMethod,
@Nullable String path,
@Nullable org.apache.http.HttpEntity httpEntity)
Build a HTTP request
|
@NotNull HttpRestRequest |
HttpRestRequest.buildRequest(@Nullable HttpMethod httpMethod,
@Nullable URI uri,
@Nullable org.apache.http.HttpEntity httpEntity)
Build a HTTP request
|
<T> T |
HttpRestRequest.executeRequest(@Nullable Class<T> type)
Executes the HTTP request
|
void |
HttpRestRequest.executeRequest(@Nullable OutputStream outputStream)
Executes the HTTP request
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull SSLContext |
TLSContext.getSslContext()
Returns the resulting SSL context.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Session> |
SessionFactory.createInstance(@NotNull WebServiceProtocol webServiceProtocol,
@NotNull URL url)
Creates a session based on the given
WebServiceProtocol to the server at the given URL. |
static <T extends Session> |
SessionFactory.createInstance(@NotNull WebServiceProtocol webServiceProtocol,
@NotNull URL url,
@Nullable TLSContext tlsContext)
Creates a session based on the given
WebServiceProtocol to the server at the given URL. |
@NotNull URI |
Session.getURI(String subPath)
Returns an
URI pointing to the webservice interface of the session. |
void |
SoapSession.setProxy(@Nullable ProxyConfiguration proxy)
Set a
ProxyConfiguration. |
void |
Session.setProxy(@Nullable ProxyConfiguration proxy)
Set a
ProxyConfiguration. |
void |
RestSession.setProxy(@Nullable ProxyConfiguration proxy)
Set a
ProxyConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
SerializeHelper.fromJSON(@Nullable org.apache.http.HttpEntity httpEntity,
@Nullable Class<T> type)
Deserialize the object to the given Type T from the json
HttpEntity. |
static <T> T |
SerializeHelper.fromJSON(@Nullable StreamSource streamSource,
@Nullable Class<T> type)
Deserialize the object to the given Type T from the json
StreamSource. |
static <T> T |
SerializeHelper.fromXML(@Nullable org.apache.http.HttpEntity httpEntity,
@Nullable Class<T> type)
Deserialize the object to the given Type T from the xml
HttpEntity. |
static <T> T |
SerializeHelper.fromXML(@Nullable StreamSource streamSource,
@Nullable Class<T> type)
Deserialize the object to the given Type T from the xml
StreamSource. |
static @NotNull String |
SerializeHelper.toXML(@Nullable Object object,
@Nullable Class<?> type)
Serialize object to xml
|
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.