|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.duracloud.notification.AmazonNotificationFactory
public class AmazonNotificationFactory
Constructor Summary | |
---|---|
AmazonNotificationFactory()
|
Method Summary | |
---|---|
Emailer |
getEmailer(java.lang.String fromAddress)
This method creates an Emailer which connects to an underlying notification provider |
void |
initialize(java.lang.String accessKey,
java.lang.String secretKey)
This method initializes the factory with credentials for underlying notification platform. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmazonNotificationFactory()
Method Detail |
---|
public void initialize(java.lang.String accessKey, java.lang.String secretKey)
NotificationFactory
initialize
in interface NotificationFactory
accessKey
- of notification servicesecretKey
- of notification servicepublic Emailer getEmailer(java.lang.String fromAddress)
NotificationFactory
getEmailer
in interface NotificationFactory
fromAddress
- of all emails sent with resultant Emailer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |