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 |
|---|---|
@NotNull String |
getRestEndpoint()
Returns the endpoint of the REST webservice.
|
@NotNull Class<? extends RestWebservice<?>> |
getRestWsClass()
Returns the class, that represents the REST webservice.
|
@NotNull String |
getSoapEndpoint()
Returns the endpoint of the SOAP webservice.
|
@NotNull String |
getSoapLocalPart()
Returns the local part of the SOAP webservice.
|
@NotNull String |
getSoapLocalPartPort()
Returns the port of the SOAP webservice.
|
@NotNull String |
getSoapNamespaceURI()
Returns the namespace URI of the SOAP webservice.
|
@NotNull 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 null@NotNull public @NotNull String getSoapNamespaceURI()
@NotNull public @NotNull String getSoapLocalPart()
@NotNull public @NotNull String getSoapEndpoint()
@NotNull public @NotNull Class<?> getSoapWsClass()
@NotNull public @NotNull String getSoapLocalPartPort()
@NotNull public @NotNull Class<? extends RestWebservice<?>> getRestWsClass()
@NotNull public @NotNull String getRestEndpoint()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.