org.jutil.xml.message
Interface MessageWriter

All Known Implementing Classes:
DefaultMessageWriter

public interface MessageWriter


Method Summary
 void close()
           
 void flush()
           
 void write(Message message)
           
 

Method Detail

write

void write(Message message)
           throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

flush

void flush()
           throws java.io.IOException
Throws:
java.io.IOException