All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.uhn.hl7v2.hoh.api.IMessageHandler Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
package ca.uhn.hl7v2.hoh.api;

import ca.uhn.hl7v2.hoh.raw.server.HohRawServlet;

/**
 * 

* Service interface which can be implemented by an application to * process incoming messages received by {@link HohRawServlet}. *

*

* *

* */ public interface IMessageHandler { IResponseSendable messageReceived(IReceivable theMessage) throws MessageProcessingException; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy