| Package | Description |
|---|---|
| ca.uhn.hl7v2.app | |
| ca.uhn.hl7v2.model | |
| ca.uhn.hl7v2.parser | |
| ca.uhn.hl7v2.protocol | |
| ca.uhn.hl7v2.protocol.impl |
| Modifier and Type | Field and Description |
|---|---|
protected Parser |
HL7Service.parser |
| Modifier and Type | Method and Description |
|---|---|
protected Parser |
TestPanel.getParser()
Deprecated.
Returns this TestPanel's underlying GenericParser.
|
Parser |
Connection.getParser() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionHub.attach(String host,
int outboundPort,
int inboundPort,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass) |
Connection |
ConnectionHub.attach(String host,
int outboundPort,
int inboundPort,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass,
boolean tls) |
Connection |
ConnectionHub.attach(String host,
int outboundPort,
int inboundPort,
Parser parser,
LowerLayerProtocol llp,
boolean tls) |
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass)
Returns a Connection to the given address, opening this Connection if
necessary.
|
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
Class<? extends LowerLayerProtocol> llpClass,
boolean tls) |
Connection |
ConnectionHub.attach(String host,
int port,
Parser parser,
LowerLayerProtocol llp,
boolean tls) |
static String |
Responder.logAndMakeErrorMessage(Exception e,
Segment inHeader,
Parser p,
String encoding)
Logs the given exception and creates an error message to send to the
remote system.
|
| Constructor and Description |
|---|
Connection(Parser parser,
LowerLayerProtocol llp,
Socket bidirectional)
Creates a new instance of Connection, with inbound and outbound
communication on a single port.
|
Connection(Parser parser,
LowerLayerProtocol llp,
Socket bidirectional,
ExecutorService executorService) |
Connection(Parser parser,
LowerLayerProtocol llp,
Socket inbound,
Socket outbound)
Creates a new instance of Connection, with inbound communication on one
port and outbound on another.
|
Connection(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.
|
HL7Service(Parser parser,
LowerLayerProtocol llp)
Creates a new instance of Server using a default thread pool
|
HL7Service(Parser parser,
LowerLayerProtocol llp,
ExecutorService executorService)
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.
|
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 {link
ExecutorService. |
TwoPortService(Parser parser,
LowerLayerProtocol llp,
int inboundPort,
int outboundPort,
boolean tls)
Creates a new instance of TwoPortService
|
TwoPortService(Parser parser,
LowerLayerProtocol llp,
int inboundPort,
int outboundPort,
boolean tls,
ExecutorService executorService)
Creates a new instance of TwoPortService
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultXMLParser
A default XMLParser.
|
class |
FastParser
Deprecated.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
Initiator.getParser() |
Parser |
ApplicationRouter.getParser() |
| Modifier and Type | Method and Description |
|---|---|
Parser |
InitiatorImpl.getParser() |
Parser |
ApplicationRouterImpl.getParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParseChecker.checkParse(String originalMessageText,
Message parsedMessage,
Parser parser)
Encodes the given message and compares it to the given string.
|
| Constructor and Description |
|---|
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-2012 University Health Network. All Rights Reserved.