Uses of Interface
org.apache.camel.builder.endpoint.dsl.MllpEndpointBuilderFactory.MllpEndpointProducerBuilder
Packages that use MllpEndpointBuilderFactory.MllpEndpointProducerBuilder
-
Uses of MllpEndpointBuilderFactory.MllpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of MllpEndpointBuilderFactory.MllpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the MLLP component.Methods in org.apache.camel.builder.endpoint.dsl that return MllpEndpointBuilderFactory.MllpEndpointProducerBuilderModifier and TypeMethodDescriptionMllpEndpointBuilderFactory.MllpEndpointProducerBuilder.autoAck(boolean autoAck) Enable/Disable the automatic generation of a MLLP Acknowledgement MLLP Consumers only.Enable/Disable the automatic generation of a MLLP Acknowledgement MLLP Consumers only.MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder.basic()MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.charsetName(String charsetName) Sets the default charset to use.MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.hl7Headers(boolean hl7Headers) Enable/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only.MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.hl7Headers(String hl7Headers) Enable/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only.MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.requireEndOfData(boolean requireEndOfData) Enable/Disable strict compliance to the MLLP standard.MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.requireEndOfData(String requireEndOfData) Enable/Disable strict compliance to the MLLP standard.MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.stringPayload(boolean stringPayload) Enable/Disable converting the payload to a String.MllpEndpointBuilderFactory.MllpEndpointProducerBuilder.stringPayload(String stringPayload) Enable/Disable converting the payload to a String.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).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).