Uses of Enum
org.digidoc4j.ServiceType
Packages that use ServiceType
Package
Description
DigiDoc4J public api
Exception classes for DigiDoc4J.
-
Uses of ServiceType in org.digidoc4j
Methods in org.digidoc4j that return ServiceTypeModifier and TypeMethodDescriptionstatic ServiceTypeReturns the enum constant of this type with the specified name.static ServiceType[]ServiceType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceType in org.digidoc4j.exceptions
Methods in org.digidoc4j.exceptions that return ServiceTypeModifier and TypeMethodDescriptionCertificateValidationException.getServiceType()NetworkException.getServiceType()Methods in org.digidoc4j.exceptions with parameters of type ServiceTypeModifier and TypeMethodDescriptionvoidCertificateValidationException.setServiceType(ServiceType serviceType) Constructors in org.digidoc4j.exceptions with parameters of type ServiceTypeModifierConstructorDescriptionConnectionTimedOutException(String serviceUrl, ServiceType serviceType) NetworkException(String message, String serviceUrl, ServiceType serviceType) NetworkException(String message, String serviceUrl, ServiceType serviceType, Throwable cause) ServiceAccessDeniedException(String serviceUrl, ServiceType serviceType) ServiceUnavailableException(String serviceUrl, ServiceType serviceType) ServiceUnreachableException(String serviceUrl, ServiceType serviceType)