Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.Package com.sas.services.publish.alerts
Overview
The alert support within the Publish Services enables applications to send alert notifications. The alert message is the text that is used to notify a user of an alert condition. Alerts enable applications to provide personalized notification to its users. Alerts can be routed as email or deposited in DAV for display in a portlet.
AlertUtil
Once the decision has been made to send an alert notification,
com.sas.services.publish.alerts.AlertUtil can be used to
send the alert message. This is a utility class that takes an
incoming XML message, parses it, processes the specified
template by substituting any merge variables,
and determines where to send
the resulting alert notification. View the
AlertUtil javadoc for more
details on the XML format.
-
ClassDescriptionA factory used to manufacture alert delivery transports.The AlertTransportInterface provides common behavior for delivery transports when sending alert notification messages.Utility class used for sending alert notifications.The DAVAlertTransportInterface provides common behavior for WebDAV delivery transports when sending alert notification messages.The MailAlertTransportInterface provides common behavior for mail delivery transports when sending alert notification messages.Represents all the information needed to connect to a SMTP mail server.A factory used to manufacture alert template objects.The TemplateInterface provides common behavior for alert templates.