Package ca.uhn.hl7v2.protocol.impl
Class ClassBasedReceivingApplication<T extends Message>
java.lang.Object
ca.uhn.hl7v2.protocol.impl.ClassBasedReceivingApplication<T>
- Type Parameters:
T- required message class type
- All Implemented Interfaces:
ReceivingApplication<T>
public abstract class ClassBasedReceivingApplication<T extends Message>
extends Object
implements ReceivingApplication<T>
Support class that allows process messages of the parameterized type
-
Constructor Details
-
ClassBasedReceivingApplication
-
-
Method Details
-
canProcess
- Specified by:
canProcessin interfaceReceivingApplication<T extends Message>- Parameters:
theMessage- an inbound HL7 message- Returns:
- true if the message is of the required message class type
-