|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncodingNotSupportedException | |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.app | |
ca.uhn.hl7v2.parser |
Uses of EncodingNotSupportedException in ca.uhn.hl7v2 |
---|
Methods in ca.uhn.hl7v2 that throw EncodingNotSupportedException | |
---|---|
static void |
Test.main(java.lang.String[] args)
|
Uses of EncodingNotSupportedException in ca.uhn.hl7v2.app |
---|
Methods in ca.uhn.hl7v2.app that throw EncodingNotSupportedException | |
---|---|
void |
TestPanel.parseOutbound()
Attempts to parse the contents of the outbound message text box into a message object and display in the outbound message tree. |
Uses of EncodingNotSupportedException in ca.uhn.hl7v2.parser |
---|
Methods in ca.uhn.hl7v2.parser that throw EncodingNotSupportedException | |
---|---|
protected abstract java.lang.String |
Parser.doEncode(Message source,
java.lang.String encoding)
Called by encode(Message, String) to perform implementation-specific encoding work. |
protected java.lang.String |
PipeParser.doEncode(Message source,
java.lang.String encoding)
Formats a Message object into an HL7 message string using the given encoding. |
protected java.lang.String |
XMLParser.doEncode(Message source,
java.lang.String encoding)
Formats a Message object into an HL7 message string using the given encoding. |
protected java.lang.String |
GenericParser.doEncode(Message source,
java.lang.String encoding)
Formats a Message object into an HL7 message string using the given encoding. |
protected java.lang.String |
FastParser.doEncode(Message source,
java.lang.String encoding)
|
protected java.lang.String |
OldPipeParser.doEncode(Message source,
java.lang.String encoding)
Deprecated. Formats a Message object into an HL7 message string using the given encoding. |
protected abstract Message |
Parser.doParse(java.lang.String message,
java.lang.String version)
Called by parse() to perform implementation-specific parsing work. |
protected Message |
PipeParser.doParse(java.lang.String message,
java.lang.String version)
Parses a message string and returns the corresponding Message object. |
protected Message |
XMLParser.doParse(java.lang.String message,
java.lang.String version)
Parses a message string and returns the corresponding Message object. |
protected Message |
GenericParser.doParse(java.lang.String message,
java.lang.String version)
Parses a message string and returns the corresponding Message object. |
protected Message |
FastParser.doParse(java.lang.String message,
java.lang.String version)
|
protected Message |
OldPipeParser.doParse(java.lang.String message,
java.lang.String version)
Deprecated. Parses a message string and returns the corresponding Message object. |
java.lang.String |
Parser.encode(Message source,
java.lang.String encoding)
Formats a Message object into an HL7 message string using the given encoding. |
java.lang.String |
PipeParser.getMessageStructure(java.lang.String message)
Deprecated. this method should not be public |
java.lang.String |
OldPipeParser.getMessageStructure(java.lang.String message)
Deprecated. this method should not be public |
Message |
Parser.parse(java.lang.String message)
Parses a message string and returns the corresponding Message object. |
Message |
PipeParser.parse(java.lang.String message)
Parses a message string and returns the corresponding Message object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |