|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationRouter | |
---|---|
ca.uhn.hl7v2.protocol | |
ca.uhn.hl7v2.protocol.impl |
Uses of ApplicationRouter in ca.uhn.hl7v2.protocol |
---|
Methods in ca.uhn.hl7v2.protocol that return ApplicationRouter | |
---|---|
ApplicationRouter |
ProcessorContext.getRouter()
|
Uses of ApplicationRouter in ca.uhn.hl7v2.protocol.impl |
---|
Classes in ca.uhn.hl7v2.protocol.impl that implement ApplicationRouter | |
---|---|
class |
ApplicationRouterImpl
A default implementation of ApplicationRouter |
Methods in ca.uhn.hl7v2.protocol.impl that return ApplicationRouter | |
---|---|
ApplicationRouter |
ProcessorContextImpl.getRouter()
|
Methods in ca.uhn.hl7v2.protocol.impl with parameters of type ApplicationRouter | |
---|---|
static void |
ApplicationLoader.loadApplications(ApplicationRouter theRouter,
java.net.URL theSource)
A convenience method for binding applications to an ApplicationRouter
Information about bindings is read from a file at a specified URL. |
Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type ApplicationRouter | |
---|---|
HL7Server(java.net.ServerSocket theServerSocket,
ApplicationRouter theRouter,
SafeStorage theStorage)
|
|
HL7Server(java.net.ServerSocket theLocallyDriven,
java.net.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |