|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.llp.ExtendedMinLLPWriter
public class ExtendedMinLLPWriter
MLLP writer which uses the charset from the message being transmitted
| Constructor Summary | |
|---|---|
ExtendedMinLLPWriter(OutputStream theOut)
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the underlying stream and any other resources that should be closed. |
void |
setOutputStream(OutputStream theOut)
Sets the OutputStream to which to write messages. |
void |
writeMessage(String theMessage)
Sends a complete message to the underlying output stream using the lower layer protocol implemented by this HL7Writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedMinLLPWriter(OutputStream theOut)
| Method Detail |
|---|
public void writeMessage(String theMessage)
throws LLPException,
IOException
writeMessage in interface HL7WriterLLPException
IOException
public void setOutputStream(OutputStream theOut)
throws IOException
().
setOutputStream in interface HL7WriterIOException
public void close()
throws IOException
close in interface HL7WriterIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||