|
||||||||||
| 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.
MinLLPReader,
MinLLPWriter| Constructor Summary | |
|---|---|
MinLowerLayerProtocol()
Creates new MinLowerLayerProtocol |
|
| Method Summary | |
|---|---|
HL7Reader |
getReader(InputStream in)
Creates an HL7Reader that implements message reading according to this protocol. |
HL7Writer |
getWriter(OutputStream out)
Creates an HL7Writer that implements message writing according to this protocol. |
void |
setCharset(Charset theCharset)
Provides a charset to use for character encoding |
| 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(InputStream in)
throws LLPException
getReader in class LowerLayerProtocolLLPException
public HL7Writer getWriter(OutputStream out)
throws LLPException
getWriter in class LowerLayerProtocolLLPExceptionpublic void setCharset(Charset theCharset)
theCharset - The charset to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||