Package org.opends.server.extensions
Class NotificationMessageTemplateElement
- java.lang.Object
-
- org.opends.server.extensions.NotificationMessageTemplateElement
-
- Direct Known Subclasses:
NotificationMessageNotificationMessageTemplateElement
,NotificationTypeNotificationMessageTemplateElement
,TextNotificationMessageTemplateElement
,UserDNNotificationMessageTemplateElement
public abstract class NotificationMessageTemplateElement extends Object
This class defines the base class for elements that may be used to generate an account status notification message.
-
-
Constructor Summary
Constructors Constructor Description NotificationMessageTemplateElement()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification)
Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.
-
-
-
Method Detail
-
generateValue
public abstract void generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification)
Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.- Parameters:
buffer
- The buffer to which the generated value should be appended.notification
- The account status notification to process.
-
-