Interface HL7Writer

All Known Implementing Classes:
ExtendedMinLLPWriter, MinLLPWriter

public interface HL7Writer
An HL7Writer implements writing to an output stream using a particular lower layer protocol.
Author:
Bryan Tripp
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the underlying stream and any other resources that should be closed.
    void
    Sets the OutputStream to which to write messages.
    void
    Sends a complete message to the underlying output stream using the lower layer protocol implemented by this HL7Writer.