| Package | Description |
|---|---|
| net.webpdf.wsclient | |
| net.webpdf.wsclient.session |
| Modifier and Type | Method and Description |
|---|---|
static WebServiceProtocol |
WebServiceProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebServiceProtocol[] |
WebServiceProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebServiceProtocol |
Session.getWebServiceProtocol()
Returns the
WebServiceProtocol of this session. |
| 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. |
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.