Uses of Interface
ca.uhn.hl7v2.protocol.ReceivingApplication
Packages that use ReceivingApplication
-
Uses of ReceivingApplication in ca.uhn.hl7v2.app
Classes in ca.uhn.hl7v2.app that implement ReceivingApplicationModifier and TypeClassDescriptionclassAn application that returns AA acknowledgements.classAn Application that does nothing with the message and returns an Application Reject message in response.Methods in ca.uhn.hl7v2.app with parameters of type ReceivingApplicationModifier and TypeMethodDescriptionvoidHL7Service.registerApplication(ApplicationRouter.AppRoutingData appRouting, ReceivingApplication<? extends Message> application) Registers the given application to handle messages corresponding to ALL message types and trigger events.voidHL7Service.registerApplication(ReceivingApplication<? extends Message> application) Registers the given application to handle messages corresponding to ALL message types and trigger events.voidHL7Service.registerApplication(String messageType, String triggerEvent, ReceivingApplication handler) Registers the given application to handle messages corresponding to the given type and trigger event.booleanHL7Service.unregisterApplication(ReceivingApplication<? extends Message> application) Unregisteres the passed application -
Uses of ReceivingApplication in ca.uhn.hl7v2.protocol
Classes in ca.uhn.hl7v2.protocol that implement ReceivingApplicationModifier and TypeClassDescriptionclassWraps a legacy HAPIApplicationto convert it to a new styleReceivingApplicationMethods in ca.uhn.hl7v2.protocol with parameters of type ReceivingApplicationModifier and TypeMethodDescriptionvoidApplicationRouter.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.booleanApplicationRouter.unbindApplication(ReceivingApplication<? extends Message> theApplication) Removes the binding for the given message parameters -
Uses of ReceivingApplication in ca.uhn.hl7v2.protocol.impl
Classes in ca.uhn.hl7v2.protocol.impl that implement ReceivingApplicationModifier and TypeClassDescriptionclassWraps a ca.uhn.hl7v2.app.Application as a ca.uhn.hl7v2.protocol.ReceivingApplication.classClassBasedReceivingApplication<T extends Message>Support class that allows process messages of the parameterized typeMethods in ca.uhn.hl7v2.protocol.impl with parameters of type ReceivingApplicationModifier and TypeMethodDescriptionvoidApplicationRouterImpl.bindApplication(ApplicationRouter.AppRoutingData theRoutingData, ReceivingApplication<? extends Message> theApplication) booleanApplicationRouterImpl.unbindApplication(ReceivingApplication<? extends Message> theApplication)