A simple TCP/IP-based HL7 server. This server listens for connections on a particular port, and creates a ConnectionManager for each incoming connection.
A single SimpleServer can only service requests that use a single class of LowerLayerProtocol (specified at construction time).
The ConnectionManager uses a {@link PipeParser} of the version specified inthe constructor
ConnectionManagers currently only support original mode processing.
The ConnectionManager routes messages to various {@link Application}s based on message type. From the HL7 perspective, an {@link Application} issomething that does something with a message.
@author Bryan Tripp @author Christian Ohr
|
|
|
|
|
|
|
|
|
|