ca.uhn.hl7v2.hoh.api.IResponseSendable Maven / Gradle / Ivy
package ca.uhn.hl7v2.hoh.api;
import ca.uhn.hl7v2.hoh.encoder.ResponseCode;
/**
*
* Response message to be returned by a server application.
*
*/
public interface IResponseSendable extends ISendable {
ResponseCode getResponseCode();
}