Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.hl7.context.MLLPContext
-
-
Uses of MLLPContext in org.wso2.carbon.inbound.endpoint.protocol.hl7.codec
Methods in org.wso2.carbon.inbound.endpoint.protocol.hl7.codec with parameters of type MLLPContext Modifier and Type Method Description int
HL7Codec. decode(ByteBuffer dst, MLLPContext context)
int
HL7Codec. encode(ByteBuffer outBuf, MLLPContext context)
-
Uses of MLLPContext in org.wso2.carbon.inbound.endpoint.protocol.hl7.context
Methods in org.wso2.carbon.inbound.endpoint.protocol.hl7.context that return MLLPContext Modifier and Type Method Description static MLLPContext
MLLPContextFactory. createMLLPContext(org.apache.http.nio.reactor.IOSession session, HL7Processor processor)
-
Uses of MLLPContext in org.wso2.carbon.inbound.endpoint.protocol.hl7.core
Methods in org.wso2.carbon.inbound.endpoint.protocol.hl7.core with parameters of type MLLPContext Modifier and Type Method Description void
HL7Processor. processError(MLLPContext mllpContext, Exception ex)
void
HL7Processor. processRequest(MLLPContext mllpContext)
HL7 Request Processing logic
-