T - required message class typepublic abstract class ClassBasedReceivingApplication<T extends Message> extends Object implements ReceivingApplication<T>
| Constructor and Description |
|---|
ClassBasedReceivingApplication(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(T theMessage) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessMessagepublic ClassBasedReceivingApplication(Class<T> clazz)
public boolean canProcess(T theMessage)
canProcess in interface ReceivingApplication<T extends Message>theMessage - an inbound HL7 messageCopyright © 2001–2017 University Health Network. All rights reserved.