Uses of Interface
ca.uhn.hl7v2.app.Application

Packages that use Application
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.protocol.impl   
ca.uhn.hl7v2.validation.app   
 

Uses of Application in ca.uhn.hl7v2.app
 

Subinterfaces of Application in ca.uhn.hl7v2.app
 interface ApplicationExceptionHandler
          The Interface ApplicationExceptionHandler.
 

Classes in ca.uhn.hl7v2.app that implement Application
 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.
 

Methods in ca.uhn.hl7v2.app with parameters of type Application
 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.
 

Uses of Application in ca.uhn.hl7v2.protocol.impl
 

Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type Application
AppWrapper(Application theApplication)
           
 

Uses of Application in ca.uhn.hl7v2.validation.app
 

Classes in ca.uhn.hl7v2.validation.app that implement Application
 class MultiTestApplication
          Deprecated.  
 class ProfileTestApplication
          Deprecated.  
 class TestApplication
          Deprecated.  
 



Copyright © 2001-2012 University Health Network. All Rights Reserved.