public class AmazonNotificationFactory extends Object implements NotificationFactory
| Constructor and Description |
|---|
AmazonNotificationFactory() |
| Modifier and Type | Method and Description |
|---|---|
Emailer |
getEmailer(String fromAddress)
This method creates an Emailer which connects to an underlying notification
provider
|
void |
initialize(String accessKey,
String secretKey)
This method initializes the factory with credentials for underlying
notification platform.
|
public void initialize(String accessKey, String secretKey)
NotificationFactoryinitialize in interface NotificationFactoryaccessKey - of notification servicesecretKey - of notification servicepublic Emailer getEmailer(String fromAddress)
NotificationFactorygetEmailer in interface NotificationFactoryfromAddress - of all emails sent with resultant EmailerCopyright © 2009–2014 DuraSpace. All rights reserved.