Subscription API

The xMatters Subscriptions component consists of the following parts:

Event Domains and Subscription Domains must be defined prior to creating custom panels.

Default Subscription Panel

You can view an example of the Subscription API results in the default generic subscription panel written in JSP, in the xMatters installation directory, under webserver/webapps/cocoon/alarmpoint/jsp/subscription. The file name is DefaultSubscriptionForm.jsp.

For complete instructions on creating and managing Subscriptions and Subscription Domains, refer to the xMatters installation and administration guide.

The JSP content of the default subscription panel is simple, and illustrates how to use some of the custom XML markup specific to Subscriptions. There is also a set of custom panels that illustrate various ways to achieve the same functionality. These samples are located in webserver/webapps/cocoon/alarmpoint/jsp/subscription/samples.

Using the Subscription Java Bean

Custom Subscription and Messaging Panels

Custom Subscription XML Tags