Class SampleApp
- java.lang.Object
-
- org.wso2.carbon.business.messaging.hl7.samples.SampleApp
-
- All Implemented Interfaces:
ca.uhn.hl7v2.app.Application
public class SampleApp extends Object implements ca.uhn.hl7v2.app.Application
-
-
Constructor Summary
Constructors Constructor Description SampleApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canProcess(ca.uhn.hl7v2.model.Message theIn)
ca.uhn.hl7v2.model.Message
processMessage(ca.uhn.hl7v2.model.Message theIn)
-
-
-
Method Detail
-
canProcess
public boolean canProcess(ca.uhn.hl7v2.model.Message theIn)
- Specified by:
canProcess
in interfaceca.uhn.hl7v2.app.Application
-
processMessage
public ca.uhn.hl7v2.model.Message processMessage(ca.uhn.hl7v2.model.Message theIn) throws ca.uhn.hl7v2.app.ApplicationException, ca.uhn.hl7v2.HL7Exception
- Specified by:
processMessage
in interfaceca.uhn.hl7v2.app.Application
- Throws:
ca.uhn.hl7v2.app.ApplicationException
ca.uhn.hl7v2.HL7Exception
-
-