default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.autoAck(boolean autoAck) |
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.autoAck(String autoAck) |
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder.basic() |
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.bufferWrites(boolean bufferWrites) |
Deprecated.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.bufferWrites(String bufferWrites) |
Deprecated.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.charsetName(String charsetName) |
Set the CamelCharsetName property on the exchange.
|
static MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.hl7Headers(boolean hl7Headers) |
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.hl7Headers(String hl7Headers) |
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpBuilders.mllp(String path) |
MLLP (camel-mllp)
Communicate with external systems using the MLLP protocol.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpBuilders.mllp(String componentName,
String path) |
MLLP (camel-mllp)
Communicate with external systems using the MLLP protocol.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.requireEndOfData(boolean requireEndOfData) |
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.requireEndOfData(String requireEndOfData) |
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.stringPayload(boolean stringPayload) |
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.stringPayload(String stringPayload) |
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.validatePayload(boolean validatePayload) |
Enable/Disable the validation of HL7 Payloads If enabled, HL7
Payloads received from external systems will be validated (see
Hl7Util.generateInvalidPayloadExceptionMessage for details on the
validation).
|
default MllpEndpointBuilderFactory.MllpEndpointBuilder |
MllpEndpointBuilderFactory.MllpEndpointBuilder.validatePayload(String validatePayload) |
Enable/Disable the validation of HL7 Payloads If enabled, HL7
Payloads received from external systems will be validated (see
Hl7Util.generateInvalidPayloadExceptionMessage for details on the
validation).
|