Class HL7MessagePublisherConfig
- java.lang.Object
-
- org.wso2.carbon.business.messaging.hl7.common.data.conf.HL7MessagePublisherConfig
-
public class HL7MessagePublisherConfig extends Object
This class holds HL7 message extraction operations
-
-
Constructor Summary
Constructors Constructor Description HL7MessagePublisherConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageData
createMessage(ca.uhn.hl7v2.model.Message message, org.apache.axis2.context.MessageContext msgCtx)
This extracts the incoming HL7 messageString
getServerName()
-
-
-
Method Detail
-
createMessage
public MessageData createMessage(ca.uhn.hl7v2.model.Message message, org.apache.axis2.context.MessageContext msgCtx) throws ca.uhn.hl7v2.HL7Exception
This extracts the incoming HL7 message- Parameters:
message
-- Returns:
- MessageData
- Throws:
ca.uhn.hl7v2.HL7Exception
-
getServerName
public String getServerName()
-
-