Package | Description |
---|---|
no.digipost.api.client | |
no.digipost.api.client.delivery |
Constructor and Description |
---|
DigipostClient(DeliveryMethod deliveryType,
String digipostUrl,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword) |
DigipostClient(DeliveryMethod deliveryType,
String digipostUrl,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword,
EventLogger eventLogger,
javax.ws.rs.client.Client jerseyClient) |
DigipostClient(DeliveryMethod deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer) |
DigipostClient(DeliveryMethod deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
ApiService apiService) |
DigipostClient(DeliveryMethod deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
javax.ws.rs.client.Client jerseyClient) |
DigipostClient(DeliveryMethod deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
EventLogger eventLogger,
ApiService apiService) |
DigipostClient(DeliveryMethod deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
EventLogger eventLogger,
javax.ws.rs.client.Client jerseyClient,
ApiService overriddenApiService) |
DigipostClientMock(DeliveryMethod deliveryMethod) |
Modifier and Type | Method and Description |
---|---|
static DeliveryMethod |
DeliveryMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryMethod[] |
DeliveryMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MessageDeliverer(DeliveryMethod type,
ApiService apiService,
EventLogger eventLogger) |
Copyright © 2015 Digipost Open Source. All rights reserved.