org.openmrs.notification
Interface MessagePreparator

All Known Implementing Classes:
VelocityMessagePreparator

public interface MessagePreparator

Interface that defines the message preparator's functionality.


Method Summary
 Message prepare(Template template)
          Prepare a message using a template.
 

Method Detail

prepare

Message prepare(Template template)
                throws MessageException
Prepare a message using a template.

Parameters:
template -
Returns:
the prepared Message
Throws:
MessageException

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change