|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HL7Reader
An HL7Reader implements reading from an input stream using a particular lower layer protocol.
Method Summary | |
---|---|
void |
close()
Closes the underlying stream and any other resources that should be closed. |
java.lang.String |
getMessage()
Reads a complete HL7 message from the underlying input stream |
void |
setInputStream(java.io.InputStream in)
Sets the InputStream from which to read messages. |
Method Detail |
---|
java.lang.String getMessage() throws LLPException, java.io.IOException
LLPException
java.io.IOException
void setInputStream(java.io.InputStream in) throws java.io.IOException
getMessage()
.
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 |