Uses of Interface
ca.uhn.hl7v2.protocol.TransportLayer

Packages that use TransportLayer
ca.uhn.hl7v2.protocol   
ca.uhn.hl7v2.protocol.impl   
 

Uses of TransportLayer in ca.uhn.hl7v2.protocol
 

Methods in ca.uhn.hl7v2.protocol that return TransportLayer
 TransportLayer ProcessorContext.getLocallyDrivenTransportLayer()
           
 TransportLayer ProcessorContext.getRemotelyDrivenTransportLayer()
           
 

Uses of TransportLayer in ca.uhn.hl7v2.protocol.impl
 

Classes in ca.uhn.hl7v2.protocol.impl that implement TransportLayer
 class AbstractJMSTransport
          A TransportLayer that exchanges messages through JMS destinations.
 class AbstractTransport
          A base implementation of TransportLayer which looks after the addition of common metadata to each inbound Transportable.
 class JMSQueueTransport
          A TransportLayer that uses a JMS Queue.
 class JMSTopicTransport
          A TransportLayer that uses a JMS Topic.
 class JMSTransport
          A TransportLayer that exchanges messages through JMS destinations.
 class MLLPTransport
          An implementation of the HL7 Minimal Lower Layer Protocol (see HL7 implementation guide appendix C).
 class URLTransport
          A TransportLayer that reads and writes from an URL (for example over HTTP).
 

Methods in ca.uhn.hl7v2.protocol.impl that return TransportLayer
 TransportLayer ProcessorContextImpl.getLocallyDrivenTransportLayer()
           
 TransportLayer ProcessorContextImpl.getRemotelyDrivenTransportLayer()
           
 TransportLayer DualTransportConnector.getTransportA()
           
 TransportLayer DualTransportConnector.getTransportB()
           
 

Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type TransportLayer
DualTransportConnector(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.
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.