Class MllpEndpointBuilderFactory.MllpHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.MllpEndpointBuilderFactory.MllpHeaderNameBuilder
-
- Enclosing interface:
- MllpEndpointBuilderFactory
public static class MllpEndpointBuilderFactory.MllpHeaderNameBuilder extends Object
The builder of headers' name for the MLLP component.
-
-
Constructor Summary
Constructors Constructor Description MllpHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmllpAcknowledgement()The HL7 Acknowledgment received in bytes.StringmllpAcknowledgementString()The HL7 Acknowledgment received, converted to a String.StringmllpAcknowledgementType()The HL7 acknowledgement type (AA, AE, AR, etc).StringmllpCharset()MSH-18 value.StringmllpEventType()MSH-9.1 value.StringmllpLocalAddress()The local TCP Address of the Socket.StringmllpMessageControlId()MSH-10 value.StringmllpMessageType()MSH-9 value.StringmllpProcessingId()MSH-11 value.StringmllpReceivingApplication()MSH-5 value.StringmllpReceivingFacility()MSH-6 value.StringmllpRemoteAddress()The remote TCP Address of the Socket.StringmllpSecurity()MSH-8 value.StringmllpSendingApplication()MSH-3 value.StringmllpSendingFacility()MSH-4 value.StringmllpTimestamp()MSH-7 value.StringmllpTriggerEvent()MSH-9.2 value.StringmllpVersionId()MSH-12 value.
-
-
-
Method Detail
-
mllpLocalAddress
public String mllpLocalAddress()
The local TCP Address of the Socket. The option is a:Stringtype. Group: common- Returns:
- the name of the header
MllpLocalAddress.
-
mllpRemoteAddress
public String mllpRemoteAddress()
The remote TCP Address of the Socket. The option is a:Stringtype. Group: common- Returns:
- the name of the header
MllpRemoteAddress.
-
mllpAcknowledgement
public String mllpAcknowledgement()
The HL7 Acknowledgment received in bytes. The option is a:byte[]type. Group: common- Returns:
- the name of the header
MllpAcknowledgement.
-
mllpAcknowledgementString
public String mllpAcknowledgementString()
The HL7 Acknowledgment received, converted to a String. The option is a:Stringtype. Group: common- Returns:
- the name of the header
MllpAcknowledgementString.
-
mllpAcknowledgementType
public String mllpAcknowledgementType()
The HL7 acknowledgement type (AA, AE, AR, etc). The option is a:Stringtype. Group: common- Returns:
- the name of the header
MllpAcknowledgementType.
-
mllpSendingApplication
public String mllpSendingApplication()
MSH-3 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpSendingApplication.
-
mllpSendingFacility
public String mllpSendingFacility()
MSH-4 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpSendingFacility.
-
mllpReceivingApplication
public String mllpReceivingApplication()
MSH-5 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpReceivingApplication.
-
mllpReceivingFacility
public String mllpReceivingFacility()
MSH-6 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpReceivingFacility.
-
mllpTimestamp
public String mllpTimestamp()
MSH-7 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpTimestamp.
-
mllpSecurity
public String mllpSecurity()
MSH-8 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpSecurity.
-
mllpMessageType
public String mllpMessageType()
MSH-9 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpMessageType.
-
mllpEventType
public String mllpEventType()
MSH-9.1 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpEventType.
-
mllpTriggerEvent
public String mllpTriggerEvent()
MSH-9.2 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpTriggerEvent.
-
mllpMessageControlId
public String mllpMessageControlId()
MSH-10 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpMessageControlId.
-
mllpProcessingId
public String mllpProcessingId()
MSH-11 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpProcessingId.
-
mllpVersionId
public String mllpVersionId()
MSH-12 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpVersionId.
-
mllpCharset
public String mllpCharset()
MSH-18 value. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MllpCharset.
-
-