Uses of Interface
org.apache.camel.builder.endpoint.dsl.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder
Packages that use MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder
-
Uses of MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder 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.MllpEndpointConsumerBuilderModifier and TypeMethodDescriptionMllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.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.AdvancedMllpEndpointConsumerBuilder.basic()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.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.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.charsetName(String charsetName) Sets the default charset to use.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.hl7Headers(boolean hl7Headers) Enable/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.hl7Headers(String hl7Headers) Enable/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.requireEndOfData(boolean requireEndOfData) Enable/Disable strict compliance to the MLLP standard.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.requireEndOfData(String requireEndOfData) Enable/Disable strict compliance to the MLLP standard.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.stringPayload(boolean stringPayload) Enable/Disable converting the payload to a String.MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.stringPayload(String stringPayload) Enable/Disable converting the payload to a String.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).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).