|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.parser.EncodingDetector
public class EncodingDetector
Detects message encoding (ER7 / XML) without relying on any external dependencies
| Method Summary | |
|---|---|
static boolean |
isEr7Encoded(String theMessage)
Returns true if the message is ER7 (pipe-and-hat) encoded |
static boolean |
isXmlEncoded(String theMessage)
Returns true if the message is XML encoded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isEr7Encoded(String theMessage)
public static boolean isXmlEncoded(String theMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||