| Class | Description |
|---|---|
| MllpComponent |
Represents the component that manages
MllpEndpoint. |
| MllpConfiguration |
The MLLP Component configuration.
|
| MllpConstants |
Constants for the MLLP Protocol and the Camel MLLP component.
|
| MllpEndpoint |
Provides functionality required by Healthcare providers to communicate with other systems using the MLLP protocol.
|
| MllpProtocolConstants |
Constants for the MLLP Protocol and the Camel MLLP component.
|
| MllpTcpClientProducer |
The MLLP producer.
|
| MllpTcpServerConsumer |
The MLLP consumer.
|
| Exception | Description |
|---|---|
| MllpAcknowledgementDeliveryException |
Raised when a MLLP Consumer cannot deliver the MLLP Acknowledgement
|
| MllpAcknowledgementException |
Base Exception for with HL7 Application Acknowledgements
|
| MllpAcknowledgementGenerationException | |
| MllpAcknowledgementReceiveException |
Raised when a MLLP Consumer cannot deliver the MLLP Acknowledgement
|
| MllpAcknowledgementTimeoutException |
Raised when a MLLP Producer does not receive a HL7 acknowledgement within the configured timespan
|
| MllpApplicationErrorAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Application Error Acknowledgement
|
| MllpApplicationRejectAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Application Reject Acknowledgement
|
| MllpCommitErrorAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Commit Error Acknowledgement
|
| MllpCommitRejectAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Commit Reject Acknowledgement
|
| MllpException |
Base class for all MLLP Exceptions, and also used as a generic MLLP exception
|
| MllpInvalidAcknowledgementException |
Raised when a MLLP Producer receives a HL7 Acknowledgement for which the HL7 Acknowledgement type cannot be determined.
|
| MllpInvalidMessageException |
Raised when a MLLP Consumer receives an invalid HL7 Message.
|
| MllpNegativeAcknowledgementException |
Abstract base for all MLLP Negative Acknowledgements
|
| MllpReceiveException |
Raised when a MLLP Consumer cannot deliver the MLLP Acknowledgement
|
| MllpSocketException | |
| MllpWriteException |
Raised when a MLLP Producer or consumer encounter an error transmitting data
|
Apache Camel