Package | Description |
---|---|
ca.uhn.hl7v2.protocol | |
ca.uhn.hl7v2.protocol.impl |
Modifier and Type | Method and Description |
---|---|
ApplicationRouter |
ProcessorContext.getRouter() |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationRouterImpl
A default implementation of
ApplicationRouter |
Modifier and Type | Method and Description |
---|---|
ApplicationRouter |
ProcessorContextImpl.getRouter() |
Modifier and Type | Method and Description |
---|---|
static void |
ApplicationLoader.loadApplications(ApplicationRouter theRouter,
URL theSource)
A convenience method for binding applications to an
ApplicationRouter
Information about bindings is read from a file at a specified URL. |
Constructor and Description |
---|
HL7Server(ServerSocket theServerSocket,
ApplicationRouter theRouter,
SafeStorage theStorage) |
HL7Server(ServerSocket theLocallyDriven,
ServerSocket theRemotelyDriven,
ApplicationRouter theRouter,
SafeStorage theStorage) |
ProcessorContextImpl(ApplicationRouter theRouter,
TransportLayer theTransport,
SafeStorage theStorage)
Creates a new instance that uses the given resources.
|
ProcessorContextImpl(ApplicationRouter theRouter,
TransportLayer theLocallyDrivenTransport,
TransportLayer theRemotelyDrivenTransport,
SafeStorage theStorage)
Creates a new instance that uses the given resources.
|
Copyright © 2001–2017 University Health Network. All rights reserved.