public class HL7Processor extends Object implements org.apache.synapse.inbound.InboundResponseSender
Constructor and Description |
---|
HL7Processor(Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getInboundParameterMap() |
boolean |
isAutoAck() |
void |
processError(MLLPContext mllpContext,
Exception ex) |
void |
processRequest(MLLPContext mllpContext)
HL7 Request Processing logic
|
void |
sendBack(org.apache.synapse.MessageContext messageContext) |
public void processRequest(MLLPContext mllpContext) throws Exception
mllpContext
- Exception
- - catch any generic exceptions or else I/O Reactor may shutdown.public void processError(MLLPContext mllpContext, Exception ex)
public void sendBack(org.apache.synapse.MessageContext messageContext)
sendBack
in interface org.apache.synapse.inbound.InboundResponseSender
public boolean isAutoAck()
Copyright © 2018 WSO2. All rights reserved.