Class | Description |
---|---|
MllpComponent |
Represents the component that manages
MllpEndpoint . |
MllpConstants | |
MllpEndpoint |
Represents a MLLP endpoint.
|
MllpTcpClientProducer |
The MLLP producer.
|
MllpTcpServerConsumer |
The MLLP consumer.
|
Exception | Description |
---|---|
MllpAcknowledgementException |
Base class for HL7 Application Acknowledgement Exceptions
|
MllpAcknowledgementTimoutException |
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
|
MllpCorruptFrameException |
Raised when a MLLP Producer or consumer encounters a corrupt MLLP Frame while attempting
to read or write a MLLP payload.
|
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.
|
MllpTimeoutException |
Raised when a MLLP Producer or Consumer encounter a timeout reading a message
|
MllpWriteException |
Raised when a MLLP Producer or consumer encounter an error transmitting data
|
Apache Camel