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

Packages that use Parser
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.model   
ca.uhn.hl7v2.parser   
ca.uhn.hl7v2.protocol   
ca.uhn.hl7v2.protocol.impl   
 

Uses of Parser in ca.uhn.hl7v2.app
 

Fields in ca.uhn.hl7v2.app declared as Parser
protected  Parser HL7Service.parser
           
 

Methods in ca.uhn.hl7v2.app that return Parser
 Parser Connection.getParser()
           
protected  Parser TestPanel.getParser()
          Returns this TestPanel's underlying GenericParser.
 

Methods in ca.uhn.hl7v2.app with parameters of type Parser
 Connection ConnectionHub.attach(java.lang.String host, int port, Parser parser, java.lang.Class<? extends LowerLayerProtocol> llpClass)
          Returns a Connection to the given address, opening this Connection if necessary.
static java.lang.String Responder.logAndMakeErrorMessage(java.lang.Exception e, Segment inHeader, Parser p, java.lang.String encoding)
          Logs the given exception and creates an error message to send to the remote system.
 

Constructors in ca.uhn.hl7v2.app with parameters of type Parser
Connection(Parser parser, LowerLayerProtocol llp, java.net.Socket bidirectional)
          Creates a new instance of Connection, with inbound and outbound communication on a single port.
Connection(Parser parser, LowerLayerProtocol llp, java.net.Socket inbound, java.net.Socket outbound)
          Creates a new instance of Connection, with inbound communication on one port and outbound on another.
HL7Service(Parser parser, LowerLayerProtocol llp)
          Creates a new instance of Server
Responder(Parser parser)
          Creates a new instance of Responder that optionally validates parsing of incoming messages using a system property.
Responder(Parser parser, boolean checkParse)
          Creates a new instance of Responder that optionally validates parsing of incoming messages.
SimpleServer(int port, LowerLayerProtocol llp, Parser parser)
          Creates a new instance of SimpleServer that listens on the given port.
TwoPortService(Parser parser, LowerLayerProtocol llp, int inboundPort, int outboundPort)
          Creates a new instance of TwoPortService
 

Uses of Parser in ca.uhn.hl7v2.model
 

Methods in ca.uhn.hl7v2.model that return Parser
 Parser Message.getParser()
          Returns the parser to be used when parse/encode methods are called on this Message, as well as its children.
 Parser AbstractMessage.getParser()
          Returns the parser to be used when parse/encode methods are called on this Message, as well as its children.
 

Methods in ca.uhn.hl7v2.model with parameters of type Parser
 void Message.setParser(Parser parser)
          Sets the parser to be used when parse/encode methods are called on this Message, as well as its children.
 void AbstractMessage.setParser(Parser parser)
          Sets the parser to be used when parse/encode methods are called on this Message, as well as its children.
 

Uses of Parser in ca.uhn.hl7v2.parser
 

Subclasses of Parser in ca.uhn.hl7v2.parser
 class DefaultXMLParser
          A default XMLParser.
 class FastParser
          A Parser for the ER7 encoding, which is faster than PipeParser, but fussier and harder to use.
 class GenericParser
          A Parser that delegates parsing tasks to an underlying PipeParser and DefaultXMLParser as needed.
 class OldPipeParser
          Deprecated.  
 class PipeParser
          An implementation of Parser that supports traditionally encoded (ie delimited with characters like |, ^, and ~) HL7 messages.
 class XMLParser
          Parses and encodes HL7 messages in XML form, according to HL7's normative XML encoding specification.
 

Uses of Parser in ca.uhn.hl7v2.protocol
 

Methods in ca.uhn.hl7v2.protocol that return Parser
 Parser ApplicationRouter.getParser()
           
 Parser Initiator.getParser()
           
 

Uses of Parser in ca.uhn.hl7v2.protocol.impl
 

Methods in ca.uhn.hl7v2.protocol.impl that return Parser
 Parser InitiatorImpl.getParser()
           
 Parser ApplicationRouterImpl.getParser()
           
 

Methods in ca.uhn.hl7v2.protocol.impl with parameters of type Parser
static void ParseChecker.checkParse(java.lang.String originalMessageText, Message parsedMessage, Parser parser)
          Encodes the given message and compares it to the given string.
 

Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type Parser
ApplicationRouterImpl(Parser theParser)
          Creates an instance that uses the specified Parser.
InitiatorImpl(Parser theParser, Processor theProcessor)
          Creates an instance that uses the given Parser
 



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