|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.protocol.impl.ParseChecker
public class ParseChecker
A debugging utility that logs raw messages and parsed/encoded versions, and warnings about apparent discrepancies between them. This information is all logged to HapiLog under the name of this class, at the "info" level.
Constructor Summary | |
---|---|
ParseChecker()
|
Method Summary | |
---|---|
static void |
checkParse(java.lang.String originalMessageText,
Message parsedMessage,
Parser parser)
Encodes the given message and compares it to the given string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseChecker()
Method Detail |
---|
public static void checkParse(java.lang.String originalMessageText, Message parsedMessage, Parser parser) throws HL7Exception, java.io.IOException
HL7Exception
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |