public class DigipostClient extends Object
Modifier and Type | Field and Description |
---|---|
static EventLogger |
NOOP_EVENT_LOGGER |
Constructor and Description |
---|
DigipostClient(String digipostUrl,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword) |
DigipostClient(String digipostUrl,
long senderAccountId,
InputStream certificateP12File,
String sertifikatPassord,
EventLogger eventLogger) |
DigipostClient(String digipostUrl,
long senderAccountId,
Signer signer) |
DigipostClient(String digipostUrl,
long senderAccountId,
Signer signer,
com.sun.jersey.api.client.Client jerseyClient) |
DigipostClient(String digipostUrl,
long senderAccountId,
Signer signer,
EventLogger eventLogger) |
DigipostClient(String digipostUrl,
long senderAccountId,
Signer signer,
EventLogger eventLogger,
com.sun.jersey.api.client.Client jerseyClient) |
Modifier and Type | Method and Description |
---|---|
DigipostClient |
addFilter(com.sun.jersey.api.client.filter.ClientFilter filter) |
OngoingDelivery.WithPrintFallback |
createMessage(Message message)
Oppretter en forsendelse for sending gjennom Digipost.
|
OngoingDelivery.ForPrintOnly |
createPrintOnlyMessage(Message printMessage)
Opprette forsendelse som skal gå direkte til print og videre til utsending
gjennom vanlig postgang.
|
Autocomplete |
getAutocompleteSuggestions(String searchString) |
IdentificationResult |
identifyRecipient(Identification identification) |
Recipients |
search(String searchString) |
public static final EventLogger NOOP_EVENT_LOGGER
public DigipostClient(String digipostUrl, long senderAccountId, InputStream certificateP12File, String certificatePassword)
public DigipostClient(String digipostUrl, long senderAccountId, InputStream certificateP12File, String sertifikatPassord, EventLogger eventLogger)
public DigipostClient(String digipostUrl, long senderAccountId, Signer signer, com.sun.jersey.api.client.Client jerseyClient)
public DigipostClient(String digipostUrl, long senderAccountId, Signer signer, EventLogger eventLogger)
public DigipostClient(String digipostUrl, long senderAccountId, Signer signer, EventLogger eventLogger, com.sun.jersey.api.client.Client jerseyClient)
public OngoingDelivery.WithPrintFallback createMessage(Message message)
public OngoingDelivery.ForPrintOnly createPrintOnlyMessage(Message printMessage)
public IdentificationResult identifyRecipient(Identification identification)
public Recipients search(String searchString)
public Autocomplete getAutocompleteSuggestions(String searchString)
public DigipostClient addFilter(com.sun.jersey.api.client.filter.ClientFilter filter)
Copyright © 2014 Digipost Open Source. All rights reserved.