Uses of Interface
org.apache.camel.builder.endpoint.dsl.MllpEndpointBuilderFactory.MllpEndpointBuilder
Packages that use MllpEndpointBuilderFactory.MllpEndpointBuilder
-
Uses of MllpEndpointBuilderFactory.MllpEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return MllpEndpointBuilderFactory.MllpEndpointBuilderModifier and TypeMethodDescriptionMLLP (camel-mllp) Communicate with external systems using the MLLP protocol.MLLP (camel-mllp) Communicate with external systems using the MLLP protocol. -
Uses of MllpEndpointBuilderFactory.MllpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MllpEndpointBuilderFactory.MllpEndpointBuilderModifier and TypeMethodDescriptionMllpEndpointBuilderFactory.MllpEndpointBuilder.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.AdvancedMllpEndpointBuilder.basic()MllpEndpointBuilderFactory.MllpEndpointBuilder.charsetName(String charsetName) Sets the default charset to use.MllpEndpointBuilderFactory.endpointBuilder(String componentName, String path) MllpEndpointBuilderFactory.MllpEndpointBuilder.hl7Headers(boolean hl7Headers) Enable/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only.MllpEndpointBuilderFactory.MllpEndpointBuilder.hl7Headers(String hl7Headers) Enable/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only.MLLP (camel-mllp) Communicate with external systems using the MLLP protocol.MLLP (camel-mllp) Communicate with external systems using the MLLP protocol.MllpEndpointBuilderFactory.MllpEndpointBuilder.requireEndOfData(boolean requireEndOfData) Enable/Disable strict compliance to the MLLP standard.MllpEndpointBuilderFactory.MllpEndpointBuilder.requireEndOfData(String requireEndOfData) Enable/Disable strict compliance to the MLLP standard.MllpEndpointBuilderFactory.MllpEndpointBuilder.stringPayload(boolean stringPayload) Enable/Disable converting the payload to a String.MllpEndpointBuilderFactory.MllpEndpointBuilder.stringPayload(String stringPayload) Enable/Disable converting the payload to a String.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).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).