|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HL7Writer
An HL7Writer implements writing to an output stream using a particular lower layer protocol.
| Method Summary | |
|---|---|
void |
close()
Closes the underlying stream and any other resources that should be closed. |
void |
setOutputStream(OutputStream out)
Sets the OutputStream to which to write messages. |
void |
writeMessage(String message)
Sends a complete message to the underlying output stream using the lower layer protocol implemented by this HL7Writer. |
| Method Detail |
|---|
void writeMessage(String message)
throws LLPException,
IOException
LLPException
IOException
void setOutputStream(OutputStream out)
throws IOException
().
IOException
void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||