|
Class Summary |
| AbstractJMSTransport |
A TransportLayer that exchanges messages through JMS destinations. |
| AbstractTransport |
A base implementation of TransportLayer which looks after the
addition of common metadata to each inbound Transportable. |
| AcceptAcknowledger |
Checks whether messages can be accepted and creates appropriate
ACK messages. |
| AcceptAcknowledger.AcceptACK |
A structure for decisions as to whether a message can be accepted,
along with a corresponding accept or reject acknowlegement message. |
| ApplicationLoader |
A utility for loading Applicaiton and ReceivingApplication bindings
from configuration files. |
| ApplicationRouterImpl |
A default implementation of ApplicationRouter |
| AppRoutingDataImpl |
A default implementation of ApplicationRouter.AppRoutingData. |
| AppWrapper |
Wraps a ca.uhn.hl7v2.app.Application as a ca.uhn.hl7v2.protocol.ReceivingApplication. |
| ClientSocketStreamSource |
A client-side SocketStreamSource. |
| DualTransportConnector |
A utility for connecting separate inbound and outbound
TransortLayers in a manner that avoids deadlock. |
| HL7Server |
A TCP/IP based server. |
| InitiatorImpl |
Default implementation of Initiator. |
| IntRef |
The class IntRef is a reference for an int value. |
| JMSQueueAdapter |
An implementation of JMSDestination that uses an underlying
Queue. |
| JMSQueueTransport |
A TransportLayer that uses a JMS Queue. |
| JMSTopicAdapter |
An implementation of JMSDestination that uses an underlying
Topic. |
| JMSTopicTransport |
A TransportLayer that uses a JMS Topic. |
| JMSTransport |
A TransportLayer that exchanges messages through JMS destinations. |
| MetadataExtractor |
A utility for getting a list of fields from a Message,
e.g. |
| MLLPTransport |
An implementation of the HL7 Minimal Lower Layer Protocol (see
HL7 implementation guide appendix C). |
| NullSafeStorage |
A non-functional implementation of SafeStorage. |
| ParseChecker |
A debugging utility that logs raw messages and parsed/encoded versions, and warnings about
apparent discrepancies between them. |
| ProcessorContextImpl |
Default implementation of ProcessorContext. |
| ProcessorImpl |
A default implementation of Processor. |
| ReaderThread |
The class ReaderThread read from a Reader into a char[] buffer. |
| ServerSocketStreamSource |
A StreamSource that gets streams from ServerSockets. |
| SocketStreamSource |
A base implementation of StreamSource based on sockets. |
| TransportableImpl |
Default implementation of Transportable. |
| URLTransport |
A TransportLayer that reads and writes from an URL (for example
over HTTP). |