org.sape.smfw.messagingengine
Interface MessageWriter


public interface MessageWriter

An interface for writing messages.


Method Summary
 void writeMessage(Writer writer, Message message)
          Writes a message to the supplied writer.
 

Method Detail

writeMessage

public void writeMessage(Writer writer,
                         Message message)
                  throws MessagingEngineException
Writes a message to the supplied writer.

Parameters:
writer - Writer for writing the message
message - the message to write
Throws:
MessageWriterException - if there is any problem when writing the message
MessagingEngineException


Copyright 2003 Sapient Corporation. All Rights Reserved.