| Package | Description |
|---|---|
| ca.uhn.hl7v2.app | |
| ca.uhn.hl7v2.protocol.impl | |
| ca.uhn.hl7v2.validation.app |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationExceptionHandler
The Interface ApplicationExceptionHandler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptApplication
An application that returns AA acknowledgements.
|
class |
DefaultApplication
An Application that does nothing with the message and returns an Application
Reject message in response.
|
class |
MessageTypeRouter
Routes messages to various Applications based on message type and trigger
event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Responder.registerApplication(Application a)
Registers an Application with this Responder.
|
void |
MessageTypeRouter.registerApplication(String messageType,
String triggerEvent,
Application handler)
Registers the given application to handle messages corresponding to the
given type and trigger event.
|
void |
HL7Service.registerApplication(String messageType,
String triggerEvent,
Application handler)
Registers the given application to handle messages corresponding to the
given type and trigger event.
|
| Constructor and Description |
|---|
AppWrapper(Application theApplication) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiTestApplication
Deprecated.
|
class |
ProfileTestApplication
Deprecated.
|
class |
TestApplication
Deprecated.
|
Copyright © 2001-2012 University Health Network. All Rights Reserved.