| Package | Description |
|---|---|
| net.webpdf.wsclient | |
| net.webpdf.wsclient.session |
| 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(@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
|
static <T extends WebService<?,?,?>> |
WebServiceFactory.createInstance(@NotNull Session session,
@NotNull WebServiceType webServiceType)
Create a web service instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestSession |
class |
SoapSession |
| 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)
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. |
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. |
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.