|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.llp.LowerLayerProtocol
ca.uhn.hl7v2.llp.MinLowerLayerProtocol
public class MinLowerLayerProtocol
Implements the "Minimal Lower Layer Protocol" from the HL7 Implementation Guide, Appendix C. In other words, provides a reader and a writer that can be used to communicate with a server that uses the minimal LLP.
Constructor Summary | |
---|---|
MinLowerLayerProtocol()
Creates new MinLowerLayerProtocol |
Method Summary | |
---|---|
HL7Reader |
getReader(java.io.InputStream in)
Creates an HL7Reader that implements message reading according to this protocol. |
HL7Writer |
getWriter(java.io.OutputStream out)
Creates an HL7Writer that implements message writing according to this protocol. |
Methods inherited from class ca.uhn.hl7v2.llp.LowerLayerProtocol |
---|
logCharacterReceived, makeLLP |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MinLowerLayerProtocol()
Method Detail |
---|
public HL7Reader getReader(java.io.InputStream in) throws LLPException
getReader
in class LowerLayerProtocol
LLPException
public HL7Writer getWriter(java.io.OutputStream out) throws LLPException
getWriter
in class LowerLayerProtocol
LLPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |