Uses of Class
ca.uhn.hl7v2.parser.Parser
Packages that use Parser
Package
Description
-
Uses of Parser in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app that return ParserMethods in ca.uhn.hl7v2.app with parameters of type ParserModifier and TypeMethodDescriptionConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls) ConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls, SocketFactory socketFactory) ConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass) ConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass, boolean tls) ConnectionHub.attach(String host, int port, Parser parser, LowerLayerProtocol llp) ConnectionHub.attach(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls) ConnectionHub.attach(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls, SocketFactory socketFactory) ConnectionHub.attach(String host, int port, Parser parser, Class<? extends LowerLayerProtocol> llpClass) ConnectionHub.attach(String host, int port, Parser parser, Class<? extends LowerLayerProtocol> llpClass, boolean tls) ConnectionHub.attachLazily(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls) ConnectionHub.attachLazily(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls, SocketFactory socketFactory) ConnectionHub.attachLazily(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass) ConnectionHub.attachLazily(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass, boolean tls) ConnectionHub.attachLazily(String host, int port, Parser parser, LowerLayerProtocol llp) ConnectionHub.attachLazily(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls) ConnectionHub.attachLazily(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls, SocketFactory socketFactory) Constructors in ca.uhn.hl7v2.app with parameters of type ParserModifierConstructorDescriptionActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional) Creates a new instance of Connection, with inbound and outbound communication on a single port.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket inbound, Socket outbound) Creates a new instance of Connection, with inbound communication on one port and outbound on another.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket inbound, Socket outbound, ExecutorService executorService) Creates a new instance of Connection, with inbound communication on one port and outbound on another.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional, ExecutorService executorService) ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional, ExecutorService executorService, boolean acceptAllMsg) HL7Service(Parser parser, LowerLayerProtocol llp) HL7Service(Parser parser, LowerLayerProtocol llp, ExecutorService executorService) Creates a new instance of ServerSimpleServer(int port, LowerLayerProtocol llp, Parser parser) Creates a new instance of SimpleServer that listens on the given port.SimpleServer(int port, LowerLayerProtocol llp, Parser parser, boolean tls) Creates a new instance of SimpleServer that listens on the given port.SimpleServer(int port, LowerLayerProtocol llp, Parser parser, boolean tls, ExecutorService executorService) Creates a new instance of SimpleServer using a custom {linkExecutorService.TwoPortService(Parser parser, LowerLayerProtocol llp, int inboundPort, int outboundPort, boolean tls) Creates a new instance of TwoPortServiceTwoPortService(Parser parser, LowerLayerProtocol llp, int inboundPort, int outboundPort, boolean tls, ExecutorService executorService) Creates a new instance of TwoPortService -
Uses of Parser in ca.uhn.hl7v2.model
Methods in ca.uhn.hl7v2.model that return ParserModifier and TypeMethodDescriptionAbstractMessage.getParser()Returns the parser to be used when parse/encode methods are called on this Message, as well as its children.Message.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 ParserModifier and TypeMethodDescriptionvoidSets the parser to be used when parse/encode methods are called on this Message, as well as its children.voidSets 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.parserModifier and TypeClassDescriptionclassA default XMLParser.classA Parser that delegates parsing tasks to an underlying PipeParser and DefaultXMLParser as needed.classAn implementation of Parser that supports traditionally encoded (ie delimited with characters like |, ^, and ~) HL7 messages.classParses 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 -
Uses of Parser in ca.uhn.hl7v2.protocol.impl
Methods in ca.uhn.hl7v2.protocol.impl that return ParserMethods in ca.uhn.hl7v2.protocol.impl with parameters of type ParserModifier and TypeMethodDescriptionstatic voidParseChecker.checkParse(String originalMessageText, Message parsedMessage, Parser parser) Encodes the given message and compares it to the given string.ApplicationRouterImpl.logAndMakeErrorMessage(Exception e, Segment inHeader, Parser p, String encoding) Logs the given exception and creates an error message to send to the remote system.Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type ParserModifierConstructorDescriptionApplicationRouterImpl(HapiContext theContext, Parser theParser) Deprecated.define parser over contextApplicationRouterImpl(Parser theParser) Creates an instance that uses the specifiedParser.InitiatorImpl(Parser theParser, Processor theProcessor) Creates an instance that uses the givenParser