Package ca.uhn.hl7v2.app
Class AcceptApplication
java.lang.Object
ca.uhn.hl7v2.app.DefaultApplication
ca.uhn.hl7v2.app.AcceptApplication
- All Implemented Interfaces:
ReceivingApplication<Message>
An application that returns AA acknowledgements.
- Author:
- Bryan Tripp
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.app.DefaultApplication
MSG_INTERNAL_ERROR, MSG_NO_APPROPRIATE_DEST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfillDetails(Message ack) Supplies details of application accept (AA) acknowledgement.Methods inherited from class ca.uhn.hl7v2.app.DefaultApplication
canProcess, makeACK, makeACK, processMessage
-
Constructor Details
-
AcceptApplication
public AcceptApplication()Creates a new instance of AcceptApplication
-
-
Method Details
-
fillDetails
Supplies details of application accept (AA) acknowledgement. Actually this method does nothing, because DefaultApplication.makeACK() supplies the desired values (this is just here to override inclusion of the default error message).
-