DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword,
EventLogger eventLogger,
org.apache.http.impl.client.HttpClientBuilder clientBuilder,
org.apache.http.HttpHost proxy) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
ApiService apiService) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
EventLogger eventLogger,
org.apache.http.impl.client.HttpClientBuilder clientBuilder) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
EventLogger eventLogger,
org.apache.http.impl.client.HttpClientBuilder clientBuilder,
ApiService overriddenApiService,
org.apache.http.HttpHost proxy) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
org.apache.http.impl.client.HttpClientBuilder clientBuilder) |
DigipostClientBuilder(String digipostURL,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword,
DigipostClientConfig config) |
DigipostClientBuilder(String digipostURL,
long senderAccountId,
Signer signer,
DigipostClientConfig config) |
MessageSender(DigipostClientConfig digipostClientConfig,
ApiService apiService,
EventLogger eventLogger,
no.digipost.print.validate.PdfValidator pdfValidator) |