public interface HL7MessagePreprocessor
Modifier and Type | Method and Description |
---|---|
String |
process(String message,
String type,
String encoding)
Processes the incoming message and returns a possibly modified message.
|
String process(String message, String type, String encoding)
message
- The incomding messagetype
- The type of the message, i.e. v2 or v3, defined at Axis2HL7Constants.MessageTypeencoding
- The encoding of the message, i.e. ER7 or XML,
defined at Axis2HL7Constants.MessageEncodingCopyright © 2022 WSO2. All rights reserved.