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
 

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 HL7Service.registerApplication(java.lang.String messageType, java.lang.String triggerEvent, Application handler)
          Registers the given application to handle messages corresponding to the given type and trigger event.
 void MessageTypeRouter.registerApplication(java.lang.String messageType, java.lang.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
          A composite test application that delegates to multiple other test applications and returns a combined list of problems.
 class ProfileTestApplication
          Tests messages against conformance profiles.
 class TestApplication
          An application intended for testing messages.
 



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