|
||||||||||
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(java.io.OutputStream out)
Sets the OutputStream to which to write messages. |
void |
writeMessage(java.lang.String message)
Sends a complete message to the underlying output stream using the lower layer protocol implemented by this HL7Writer. |
Method Detail |
---|
void writeMessage(java.lang.String message) throws LLPException, java.io.IOException
LLPException
java.io.IOException
void setOutputStream(java.io.OutputStream out) throws java.io.IOException
()
.
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |