Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.hl7.core.HL7Processor
-
Packages that use HL7Processor Package Description org.wso2.carbon.inbound.endpoint.protocol.hl7.context org.wso2.carbon.inbound.endpoint.protocol.hl7.core -
-
Uses of HL7Processor in org.wso2.carbon.inbound.endpoint.protocol.hl7.context
Methods in org.wso2.carbon.inbound.endpoint.protocol.hl7.context with parameters of type HL7Processor Modifier and Type Method Description static MLLPContext
MLLPContextFactory. createMLLPContext(org.apache.http.nio.reactor.IOSession session, HL7Processor processor)
-
Uses of HL7Processor in org.wso2.carbon.inbound.endpoint.protocol.hl7.core
Methods in org.wso2.carbon.inbound.endpoint.protocol.hl7.core with parameters of type HL7Processor Modifier and Type Method Description static boolean
InboundHL7IOReactor. bind(int port, HL7Processor processor)
Constructors in org.wso2.carbon.inbound.endpoint.protocol.hl7.core with parameters of type HL7Processor Constructor Description MLLPSourceHandler(HL7Processor hl7Processor)
Constructor parameters in org.wso2.carbon.inbound.endpoint.protocol.hl7.core with type arguments of type HL7Processor Constructor Description MultiIOHandler(ConcurrentHashMap<Integer,HL7Processor> processorMap)
-