org.jboss.seam.international.status
Interface MessageBuilder

All Known Subinterfaces:
BundleTemplateMessage, TemplateMessage

public interface MessageBuilder

A MessageBuilder is used to generate populated Message objects. These messages may then be added to the outgoing message cache via Messages

Author:
Lincoln Baxter, III

Method Summary
 Message build()
          Generate a Message that represents the internal state of this builder.
 

Method Detail

build

Message build()
Generate a Message that represents the internal state of this builder.



Copyright © 2011 Seam Framework. All Rights Reserved.