Uses of Interface
ca.uhn.hl7v2.protocol.TransportLayer
Packages that use TransportLayer
-
Uses of TransportLayer in ca.uhn.hl7v2.protocol
Methods in ca.uhn.hl7v2.protocol that return TransportLayerModifier and TypeMethodDescriptionProcessorContext.getLocallyDrivenTransportLayer()ProcessorContext.getRemotelyDrivenTransportLayer() -
Uses of TransportLayer in ca.uhn.hl7v2.protocol.impl
Classes in ca.uhn.hl7v2.protocol.impl that implement TransportLayerModifier and TypeClassDescriptionclassATransportLayerthat exchanges messages through JMS destinations.classA base implementation ofTransportLayerwhich looks after the addition of common metadata to each inboundTransportable.classATransportLayerthat uses a JMS Queue.classATransportLayerthat uses a JMS Topic.classATransportLayerthat exchanges messages through JMS destinations.classAn implementation of the HL7 Minimal Lower Layer Protocol (see HL7 implementation guide appendix C).classATransportLayerthat reads and writes from an URL (for example over HTTP).Methods in ca.uhn.hl7v2.protocol.impl that return TransportLayerModifier and TypeMethodDescriptionProcessorContextImpl.getLocallyDrivenTransportLayer()ProcessorContextImpl.getRemotelyDrivenTransportLayer()DualTransportConnector.getTransportA()DualTransportConnector.getTransportB()Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type TransportLayerModifierConstructorDescriptionDualTransportConnector(TransportLayer theTransportA, TransportLayer theTransportB) ProcessorContextImpl(ApplicationRouter theRouter, TransportLayer theTransport, SafeStorage theStorage) Creates a new instance that uses the given resources.ProcessorContextImpl(ApplicationRouter theRouter, TransportLayer theLocallyDrivenTransport, TransportLayer theRemotelyDrivenTransport, SafeStorage theStorage) Creates a new instance that uses the given resources.