Class DefaultApplication

java.lang.Object
ca.uhn.hl7v2.app.DefaultApplication
All Implemented Interfaces:
ReceivingApplication<Message>
Direct Known Subclasses:
AcceptApplication

public class DefaultApplication extends Object implements ReceivingApplication<Message>
An Application that does nothing with the message and returns an Application Reject message in response. To be used when there are no other Applications that can process a given message.
Author:
Bryan Tripp, Christian Ohr