***  This package contains classes that provide Binary Compatibility only, not Source Compatibility  ***

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

Publish service alerts.

See:
          Description

Interface Summary
AlertTransportInterface The AlertTransportInterface provides common behavior for delivery transports when sending alert notification messages.
DAVAlertTransportInterface The DAVAlertTransportInterface provides common behavior for WebDAV delivery transports when sending alert notification messages.
MailAlertTransportInterface The MailAlertTransportInterface provides common behavior for mail delivery transports when sending alert notification messages.
TemplateInterface The TemplateInterface provides common behavior for alert templates.
 

Class Summary
AlertTransportFactory A factory used to manufacture alert delivery transports.
AlertUtil Utility class used for sending alert notifications.
SMTPServerInfo Represents all the information needed to connect to a SMTP mail server.
TemplateFactory A factory used to manufacture alert template objects.
 

Package com.sas.services.publish.alerts Description

Publish service alerts.

Overview

AlertUtil

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.


***  This package contains classes that provide Binary Compatibility only, not Source Compatibility  ***

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.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.