| Package | Description | 
|---|---|
| ca.uhn.hl7v2.app | |
| ca.uhn.hl7v2.protocol | |
| ca.uhn.hl7v2.protocol.impl | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AcceptApplicationAn application that returns AA acknowledgements. | 
| class  | DefaultApplicationAn Application that does nothing with the message and returns an Application
 Reject message in response. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HL7Service. registerApplication(ApplicationRouter.AppRoutingData appRouting,
                   ReceivingApplication<? extends Message> application)Registers the given application to handle messages corresponding to ALL
 message types and trigger events. | 
| void | HL7Service. registerApplication(ReceivingApplication<? extends Message> application)Registers the given application to handle messages corresponding to ALL
 message types and trigger events. | 
| void | HL7Service. registerApplication(String messageType,
                   String triggerEvent,
                   ReceivingApplication handler)Registers the given application to handle messages corresponding to the
 given type and trigger event. | 
| boolean | HL7Service. unregisterApplication(ReceivingApplication<? extends Message> application)Unregisteres the passed application | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApplicationWrapperWraps a legacy HAPI  Applicationto convert it to a new
 styleReceivingApplication | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationRouter. bindApplication(ApplicationRouter.AppRoutingData theRoutingData,
               ReceivingApplication<? extends Message> theApplication)Associates the given application with the given message parameters, so that messages
 with matching parameters will be sent there. | 
| boolean | ApplicationRouter. unbindApplication(ReceivingApplication<? extends Message> theApplication)Removes the binding for the given message parameters | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AppWrapperWraps a ca.uhn.hl7v2.app.Application as a ca.uhn.hl7v2.protocol.ReceivingApplication. | 
| class  | ClassBasedReceivingApplication<T extends Message>Support class that allows process messages of the parameterized type | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationRouterImpl. bindApplication(ApplicationRouter.AppRoutingData theRoutingData,
               ReceivingApplication<? extends Message> theApplication) | 
| boolean | ApplicationRouterImpl. unbindApplication(ReceivingApplication<? extends Message> theApplication) | 
Copyright © 2001–2017 University Health Network. All rights reserved.