Package | Description |
---|---|
ca.uhn.hl7v2.protocol | |
ca.uhn.hl7v2.protocol.impl |
Modifier and Type | Method and Description |
---|---|
TransportLayer |
ProcessorContext.getLocallyDrivenTransportLayer() |
TransportLayer |
ProcessorContext.getRemotelyDrivenTransportLayer() |
Modifier and Type | Class and Description |
---|---|
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). |
Modifier and Type | Method and Description |
---|---|
TransportLayer |
ProcessorContextImpl.getLocallyDrivenTransportLayer() |
TransportLayer |
ProcessorContextImpl.getRemotelyDrivenTransportLayer() |
TransportLayer |
DualTransportConnector.getTransportA() |
TransportLayer |
DualTransportConnector.getTransportB() |
Constructor and Description |
---|
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–2017 University Health Network. All rights reserved.