default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.autoAck(boolean autoAck) |
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.autoAck(String autoAck) |
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.basic() |
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
receive incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
receive incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.bufferWrites(boolean bufferWrites) |
Deprecated.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.bufferWrites(String bufferWrites) |
Deprecated.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.charsetName(String charsetName) |
Set the CamelCharsetName property on the exchange.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.hl7Headers(boolean hl7Headers) |
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.hl7Headers(String hl7Headers) |
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.requireEndOfData(boolean requireEndOfData) |
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.requireEndOfData(String requireEndOfData) |
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.stringPayload(boolean stringPayload) |
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.stringPayload(String stringPayload) |
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.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.MllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.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).
|