Uses of Class
org.openehealth.ipf.commons.ihe.hl7v2.Hl7v2AcceptanceException
Packages that use Hl7v2AcceptanceException
-
Uses of Hl7v2AcceptanceException in org.openehealth.ipf.commons.ihe.hl7v2
Methods in org.openehealth.ipf.commons.ihe.hl7v2 that throw Hl7v2AcceptanceExceptionModifier and TypeMethodDescriptionvoidHl7v2TransactionConfiguration.checkMessageAcceptance(Message message, boolean isRequest) Performs acceptance test of the given message.voidHl7v2TransactionConfiguration.checkMessageAcceptance(String messageType, String triggerEvent, String messageStructure, String version, boolean isRequest) Performs acceptance test of the message with the given attributes.voidHl7v2TransactionConfiguration.checkRequestAcceptance(Message message) Performs transaction-specific acceptance test of the given request message.voidHl7v2TransactionConfiguration.checkResponseAcceptance(Message message) Performs transaction-specific acceptance test of the given response message.