| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MllpEndpointBuilderFactory.MllpEndpointBuilder
Builder for endpoint for the MLLP component.
|
| Modifier and Type | Method and Description |
|---|---|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.autoAck(boolean autoAck)
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.autoAck(String autoAck)
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.basic() |
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.charsetName(String charsetName)
Sets the default charset to use.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.hl7Headers(boolean hl7Headers)
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.hl7Headers(String hl7Headers)
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.requireEndOfData(boolean requireEndOfData)
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.requireEndOfData(String requireEndOfData)
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.stringPayload(boolean stringPayload)
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.stringPayload(String stringPayload)
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.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.MllpEndpointProducerBuilder |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.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).
|
Apache Camel