Interface | Description |
---|---|
AcceptValidator |
Determines whether messages are acceptable for storage.
|
AcceptValidator.AcceptRuling |
Represents a decision regarding whether a message can be initially
accepted for further processing.
|
ApplicationRouter |
Routes messages to the appropriate application.
|
ApplicationRouter.AppRoutingData |
Encapsulates the message fields used for routing of messages from the
HL7 protocol to the appropriate
Application . |
Initiator |
A convenient way for the initiator of a message exchange to send a
message to a remote server and await the response in the same thread.
|
JMSDestination |
A facade for a JMS Queue or Topic.
|
Processor |
Encapsulates both the client and server roles of the HL7-defined
"original mode" and "enhanced mode" processing rules.
|
ProcessorContext |
The operational context of a
Processor . |
ReceivingApplication<T extends Message> |
From an HL7 messaging perspective, a ReceivingApplication is a consumer of a messages.
|
ReceivingApplicationExceptionHandler |
The Interface ReceivingApplicationExceptionHandler.
|
SafeStorage |
Represents a persistent store for incoming messages.
|
StreamSource |
A source of input and output streams for use with stream-based
TransportLayer s. |
Transportable |
An HL7 message in text form, with optional metadata, which can
be handled in a transport layer.
|
TransportLayer |
Encapsulates the transport layer of a connection to another
HL7 server.
|
Class | Description |
---|---|
ApplicationWrapper |
Wraps a legacy HAPI
Application to convert it to a new
style ReceivingApplication |
MetadataKeys |
Exception | Description |
---|---|
ReceivingApplicationException |
Represents any problem encountered during processing of a message by a
ReceivingApplication . |
TransportException |
Represents a problem that has occured during transport of a
message string to / from some other server.
|
Copyright © 2001–2017 University Health Network. All rights reserved.