Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.hl7.context.MLLPContext
Packages that use MLLPContext
Package
Description
-
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 MLLPContextModifier and TypeMethodDescriptionintHL7Codec.decode(ByteBuffer dst, MLLPContext context) intHL7Codec.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 MLLPContextModifier and TypeMethodDescriptionstatic MLLPContextMLLPContextFactory.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 MLLPContextModifier and TypeMethodDescriptionvoidHL7Processor.processError(MLLPContext mllpContext, Exception ex) voidHL7Processor.processRequest(MLLPContext mllpContext) HL7 Request Processing logic