|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationException | |
---|---|
ca.uhn.hl7v2.app |
Uses of ApplicationException in ca.uhn.hl7v2.app |
---|
Methods in ca.uhn.hl7v2.app that throw ApplicationException | |
---|---|
void |
DefaultApplication.fillDetails(Message ack)
Fills in the details of an Application Reject message, including response and error codes, and a text error message. |
void |
AcceptApplication.fillDetails(Message ack)
Supplies details of application accept (AA) acknowledgement. |
Message |
Application.processMessage(Message in)
Uses the contents of the message for whatever purpose the Application has for this message, and returns an appropriate response message. |
Message |
MessageTypeRouter.processMessage(Message in)
Forwards the given message to any Applications that have been registered to accept messages of that type and trigger event. |
Message |
DefaultApplication.processMessage(Message in)
Creates and returns an acknowledgement -- the details are determined by fillDetails(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |