| 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(Session session,
StreamSource streamSource)
Creates a web service instance.
|
static <T extends WebService> |
WebServiceFactory.createInstance(Session session,
WebServiceType webServiceType)
Create a web service instance
|
T_RESULT |
WebService.process()
Execute webservice operation and returns result
|
void |
WebService.setOperation(T_OPERATION_TYPE operationData)
Sets the web service operation data
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentManager.downloadDocument(RestDocument document,
OutputStream outputStream)
Downloads
SoapDocument or RestDocument to target path |
RestDocument |
DocumentManager.getDocument(DocumentFileBean documentFileBean)
Uploads the given
DocumentFileBean to the webPDF server and returns the RestDocument reference
to the uploaded resource. |
| Modifier and Type | Method and Description |
|---|---|
HttpRestRequest |
HttpRestRequest.buildRequest(HttpMethod httpMethod,
String path,
org.apache.http.HttpEntity httpEntity)
Build a HTTP request
|
<T> T |
HttpRestRequest.executeRequest(Class<T> type)
Executes the HTTP request
|
void |
HttpRestRequest.executeRequest(OutputStream outputStream)
Executes the HTTP request
|
| Modifier and Type | Method and Description |
|---|---|
SSLContext |
TLSContext.getSslContext()
Returns the resulting SSL context.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Session> |
SessionFactory.createInstance(WebServiceProtocol webServiceProtocol,
URL url)
Creates a session based on the given
WebServiceProtocol to the server at the given URL. |
static <T extends Session> |
SessionFactory.createInstance(WebServiceProtocol webServiceProtocol,
URL url,
TLSContext tlsContext)
Creates a session based on the given
WebServiceProtocol to the server at the given URL. |
URI |
Session.getURI(String subPath)
Returns an
URI pointing to the webservice interface of the session. |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
SerializeHelper.fromJSON(org.apache.http.HttpEntity httpEntity,
Class<T> type)
Deserialize the object to the given Type T from the json
HttpEntity. |
static <T> T |
SerializeHelper.fromJSON(StreamSource streamSource,
Class<T> type)
Deserialize the object to the given Type T from the json
StreamSource. |
static <T> T |
SerializeHelper.fromXML(org.apache.http.HttpEntity httpEntity,
Class<T> type)
Deserialize the object to the given Type T from the xml
HttpEntity. |
static <T> T |
SerializeHelper.fromXML(StreamSource streamSource,
Class<T> type)
Deserialize the object to the given Type T from the xml
StreamSource. |
static String |
SerializeHelper.toXML(Object object,
Class type)
Serialize object to xml
|
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.