Class HL7ServiceRegistry
java.lang.Object
org.aoju.bus.image.metric.internal.hl7.DefaultHL7Listener
org.aoju.bus.image.metric.internal.hl7.HL7ServiceRegistry
- All Implemented Interfaces:
HL7MessageListener
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHL7Service(HL7Service service) onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) booleanremoveHL7Service(HL7Service service)
-
Constructor Details
-
HL7ServiceRegistry
public HL7ServiceRegistry()
-
-
Method Details
-
addHL7Service
-
removeHL7Service
-
onMessage
public UnparsedHL7Message onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) throws HL7Exception - Specified by:
onMessagein interfaceHL7MessageListener- Overrides:
onMessagein classDefaultHL7Listener- Throws:
HL7Exception
-