Uses of Class
org.wso2.carbon.business.messaging.hl7.common.data.MessageData
-
-
Uses of MessageData in org.wso2.carbon.business.messaging.hl7.common.data.conf
Methods in org.wso2.carbon.business.messaging.hl7.common.data.conf that return MessageData Modifier and Type Method Description MessageData
HL7MessagePublisherConfig. createMessage(ca.uhn.hl7v2.model.Message message, org.apache.axis2.context.MessageContext msgCtx)
This extracts the incoming HL7 message -
Uses of MessageData in org.wso2.carbon.business.messaging.hl7.common.data.publisher
Methods in org.wso2.carbon.business.messaging.hl7.common.data.publisher with parameters of type MessageData Modifier and Type Method Description void
HL7EventPublisher. publish(MessageData message)
-
Uses of MessageData in org.wso2.carbon.business.messaging.hl7.common.data.utils
Methods in org.wso2.carbon.business.messaging.hl7.common.data.utils with parameters of type MessageData Modifier and Type Method Description static List<Object>
EventConfigUtil. getCorrelationData(MessageData message)
static List<Object>
EventConfigUtil. getEventData(MessageData message)
static Map<String,String>
EventConfigUtil. getExtractedDataMap(MessageData message)
static List<Object>
EventConfigUtil. getMetaData(MessageData message)
-