Class MllpEndpointBuilderFactory.MllpHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.MllpEndpointBuilderFactory.MllpHeaderNameBuilder
- Enclosing interface:
- MllpEndpointBuilderFactory
The builder of headers' name for the MLLP component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe HL7 Acknowledgment received in bytes.The HL7 Acknowledgment received, converted to a String.The HL7 acknowledgement type (AA, AE, AR, etc).MSH-18 value.MSH-9.1 value.The local TCP Address of the Socket.MSH-10 value.MSH-9 value.MSH-11 value.MSH-5 value.MSH-6 value.The remote TCP Address of the Socket.MSH-8 value.MSH-3 value.MSH-4 value.MSH-7 value.MSH-9.2 value.MSH-12 value.
-
Constructor Details
-
MllpHeaderNameBuilder
public MllpHeaderNameBuilder()
-
-
Method Details
-
mllpLocalAddress
The local TCP Address of the Socket. The option is a:Stringtype. Group: common- Returns:
- the name of the header
MllpLocalAddress.
-
mllpRemoteAddress
The remote TCP Address of the Socket. The option is a:Stringtype. Group: common- Returns:
- the name of the header
MllpRemoteAddress.
-
mllpAcknowledgement
The HL7 Acknowledgment received in bytes. The option is a:byte[]type. Group: common- Returns:
- the name of the header
MllpAcknowledgement.
-
mllpAcknowledgementString
The HL7 Acknowledgment received, converted to a String. The option is a:Stringtype. Group: common- Returns:
- the name of the header
MllpAcknowledgementString.
-
mllpAcknowledgementType
The HL7 acknowledgement type (AA, AE, AR, etc). The option is a:Stringtype. Group: common- Returns:
- the name of the header
MllpAcknowledgementType.
-
mllpSendingApplication
MSH-3 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpSendingApplication.
-
mllpSendingFacility
MSH-4 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpSendingFacility.
-
mllpReceivingApplication
MSH-5 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpReceivingApplication.
-
mllpReceivingFacility
MSH-6 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpReceivingFacility.
-
mllpTimestamp
MSH-7 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpTimestamp.
-
mllpSecurity
MSH-8 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpSecurity.
-
mllpMessageType
MSH-9 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpMessageType.
-
mllpEventType
MSH-9.1 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpEventType.
-
mllpTriggerEvent
MSH-9.2 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpTriggerEvent.
-
mllpMessageControlId
MSH-10 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpMessageControlId.
-
mllpProcessingId
MSH-11 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpProcessingId.
-
mllpVersionId
MSH-12 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpVersionId.
-
mllpCharset
MSH-18 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpCharset.
-