| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MllpEndpointBuilderFactory.MllpEndpointBuilder |
StaticEndpointBuilders.mllp(String path)
MLLP (camel-mllp)
Communicate with external systems using the MLLP protocol.
|
static MllpEndpointBuilderFactory.MllpEndpointBuilder |
StaticEndpointBuilders.mllp(String componentName,
String path)
MLLP (camel-mllp)
Communicate with external systems using the MLLP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
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.charsetName(String charsetName)
Sets the default charset to use.
|
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).
|
Apache Camel