|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.protocol.impl.AcceptAcknowledger
public class AcceptAcknowledger
Checks whether messages can be accepted and creates appropriate ACK messages.
Nested Class Summary | |
---|---|
static class |
AcceptAcknowledger.AcceptACK
A structure for decisions as to whether a message can be accepted, along with a corresponding accept or reject acknowlegement message. |
Constructor Summary | |
---|---|
AcceptAcknowledger()
|
Method Summary | |
---|---|
static AcceptAcknowledger.AcceptACK |
validate(ProcessorContext theContext,
Transportable theMessage)
Validates the given message against our accept validators, attempts to commit the message to safe storage, and returns an ACK message indicating acceptance or rejection at the accept level (see enhanced mode processing rules in HL7 chapter 2, v2.5). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AcceptAcknowledger()
Method Detail |
---|
public static AcceptAcknowledger.AcceptACK validate(ProcessorContext theContext, Transportable theMessage) throws HL7Exception
HL7Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |