Uses of Class
ca.uhn.hl7v2.parser.EncodingNotSupportedException

Packages that use EncodingNotSupportedException
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.llp   
ca.uhn.hl7v2.parser   
 

Uses of EncodingNotSupportedException in ca.uhn.hl7v2.app
 

Methods in ca.uhn.hl7v2.app that throw EncodingNotSupportedException
 void TestPanel.parseOutbound()
          Deprecated. 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.llp
 

Methods in ca.uhn.hl7v2.llp that throw EncodingNotSupportedException
static Charset CharSetUtil.convertHL7CharacterEncodingToCharSetvalue(String value)
          Accepts a charset name as defined by HL7 (ie.
 

Uses of EncodingNotSupportedException in ca.uhn.hl7v2.parser
 

Methods in ca.uhn.hl7v2.parser that throw EncodingNotSupportedException
protected  String XMLParser.doEncode(Message source, String encoding)
          Formats a Message object into an HL7 message string using the given encoding.
protected  String PipeParser.doEncode(Message source, String encoding)
          Formats a Message object into an HL7 message string using the given encoding.
protected abstract  String Parser.doEncode(Message source, String encoding)
          Called by encode(Message, String) to perform implementation-specific encoding work.
protected  String OldPipeParser.doEncode(Message source, String encoding)
          Deprecated. Formats a Message object into an HL7 message string using the given encoding.
protected  String GenericParser.doEncode(Message source, String encoding)
          Formats a Message object into an HL7 message string using the given encoding.
protected  String FastParser.doEncode(Message source, String encoding)
          Deprecated.  
protected  Message XMLParser.doParse(String message, String version)
          Parses a message string and returns the corresponding Message object.
protected  Message PipeParser.doParse(String message, String version)
          Parses a message string and returns the corresponding Message object.
protected abstract  Message Parser.doParse(String message, String version)
          Called by parse() to perform implementation-specific parsing work.
protected  Message OldPipeParser.doParse(String message, String version)
          Deprecated. Parses a message string and returns the corresponding Message object.
protected  Message GenericParser.doParse(String message, String version)
          Parses a message string and returns the corresponding Message object.
protected  Message FastParser.doParse(String message, String version)
          Deprecated.  
protected  Message XMLParser.doParseForSpecificPackage(String theMessage, String theVersion, String thePackageName)
          Throws unsupported operation exception
protected  Message PipeParser.doParseForSpecificPackage(String message, String version, String packageName)
          Attempt the parse a message using a specific model package
protected abstract  Message Parser.doParseForSpecificPackage(String message, String version, String packageName)
          Attempt the parse a message using a specific model package
protected  Message OldPipeParser.doParseForSpecificPackage(String theMessage, String theVersion, String thePackageName)
          Deprecated. Throws unsupported operation exception
protected  Message GenericParser.doParseForSpecificPackage(String theMessage, String theVersion, String thePackageName)
           
protected  Message FastParser.doParseForSpecificPackage(String theMessage, String theVersion, String thePackageName)
          Deprecated. Throws unsupported operation exception
 String Parser.encode(Message source, String encoding)
          Formats a Message object into an HL7 message string using the given encoding.
 String PipeParser.getMessageStructure(String message)
          Deprecated. this method should not be public
 String OldPipeParser.getMessageStructure(String message)
          Deprecated. this method should not be public
static void GenericParser.main(String[] args)
           
 Message PipeParser.parse(String message)
          Parses a message string and returns the corresponding Message object.
 Message Parser.parse(String message)
          Parses a message string and returns the corresponding Message object.
 Message Parser.parseForSpecificPackage(String message, String packageName)
          Parse a message using a specific model package instead of the default, using ModelClassFactory.getMessageClassInASpecificPackage(String, String, boolean, String).
 



Copyright © 2001-2012 University Health Network. All Rights Reserved.