Package org.duracloud.notification
Interface NotificationFactory
-
public interface NotificationFactory- Author:
- Andrew Woods Date: 3/11/11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailergetEmailer(String fromAddress)This method creates an Emailer which connects to an underlying notification providervoidinitialize(String username, String password)This method initializes the factory with credentials for underlying notification platform.
-