public enum WebServiceType extends Enum<WebServiceType>
| Enum Constant and Description |
|---|
BARCODE |
CONVERTER |
OCR |
PDFA |
SIGNATURE |
TOOLBOX |
URLCONVERTER |
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_PLACEHOLDER |
| Modifier and Type | Method and Description |
|---|---|
String |
getRestEndpoint()
Returns the endpoint of the REST webservice.
|
Class<? extends net.webpdf.wsclient.RestWebservice> |
getRestWsClass()
Returns the class, that represents the REST webservice.
|
String |
getSoapEndpoint()
Returns the endpoint of the SOAP webservice.
|
String |
getSoapLocalPart()
Returns the local part of the SOAP webservice.
|
String |
getSoapLocalPartPort()
Returns the port of the SOAP webservice.
|
String |
getSoapNamespaceURI()
Returns the namespace URI of the SOAP webservice.
|
Class<?> |
getSoapWsClass()
Returns the class, that represents the SOAP webservice.
|
static WebServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebServiceType CONVERTER
public static final WebServiceType TOOLBOX
public static final WebServiceType PDFA
public static final WebServiceType OCR
public static final WebServiceType SIGNATURE
public static final WebServiceType URLCONVERTER
public static final WebServiceType BARCODE
public static final String ID_PLACEHOLDER
public static WebServiceType[] values()
for (WebServiceType c : WebServiceType.values()) System.out.println(c);
public static WebServiceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getSoapNamespaceURI()
public String getSoapLocalPart()
public String getSoapEndpoint()
public Class<?> getSoapWsClass()
public String getSoapLocalPartPort()
public Class<? extends net.webpdf.wsclient.RestWebservice> getRestWsClass()
public String getRestEndpoint()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.