Uses of Interface
org.apache.camel.builder.component.dsl.MllpComponentBuilderFactory.MllpComponentBuilder
Packages that use MllpComponentBuilderFactory.MllpComponentBuilder
-
Uses of MllpComponentBuilderFactory.MllpComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MllpComponentBuilderFactory.MllpComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.mllp()MLLP (camel-mllp) Communicate with external systems using the MLLP protocol. -
Uses of MllpComponentBuilderFactory.MllpComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement MllpComponentBuilderFactory.MllpComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return MllpComponentBuilderFactory.MllpComponentBuilderModifier and TypeMethodDescriptionMllpComponentBuilderFactory.MllpComponentBuilder.acceptTimeout(int acceptTimeout) Timeout (in milliseconds) while waiting for a TCP connection TCP Server Only.MllpComponentBuilderFactory.MllpComponentBuilder.autoAck(boolean autoAck) Enable/Disable the automatic generation of a MLLP Acknowledgement MLLP Consumers only.MllpComponentBuilderFactory.MllpComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.The maximum queue length for incoming connection indications (a request to connect) is set to the backlog parameter.MllpComponentBuilderFactory.MllpComponentBuilder.bindRetryInterval(int bindRetryInterval) TCP Server Only - The number of milliseconds to wait between bind attempts.MllpComponentBuilderFactory.MllpComponentBuilder.bindTimeout(int bindTimeout) TCP Server Only - The number of milliseconds to retry binding to a server port.MllpComponentBuilderFactory.MllpComponentBuilder.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.MllpComponentBuilderFactory.MllpComponentBuilder.charsetName(String charsetName) Sets the default charset to use.MllpComponentBuilderFactory.MllpComponentBuilder.configuration(org.apache.camel.component.mllp.MllpConfiguration configuration) Sets the default configuration to use when creating MLLP endpoints.MllpComponentBuilderFactory.MllpComponentBuilder.connectTimeout(int connectTimeout) Timeout (in milliseconds) for establishing for a TCP connection TCP Client only.MllpComponentBuilderFactory.MllpComponentBuilder.defaultCharset(String defaultCharset) Set the default character set to use for byte to/from String conversions.MllpComponentBuilderFactory.MllpComponentBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.MllpComponentBuilderFactory.MllpComponentBuilder.hl7Headers(boolean hl7Headers) Enable/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only.MllpComponentBuilderFactory.MllpComponentBuilder.idleTimeout(Integer idleTimeout) The approximate idle time allowed before the Client TCP Connection will be reset.MllpComponentBuilderFactory.MllpComponentBuilder.idleTimeoutStrategy(org.apache.camel.component.mllp.MllpIdleTimeoutStrategy idleTimeoutStrategy) decide what action to take when idle timeout occurs.Enable/disable the SO_KEEPALIVE socket option.MllpComponentBuilderFactory.MllpComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MllpComponentBuilderFactory.MllpComponentBuilder.lenientBind(boolean lenientBind) TCP Server Only - Allow the endpoint to start before the TCP ServerSocket is bound.Whether to log PHI.MllpComponentBuilderFactory.MllpComponentBuilder.logPhiMaxBytes(Integer logPhiMaxBytes) Set the maximum number of bytes of PHI that will be logged in a log entry.MllpComponentBuilderFactory.MllpComponentBuilder.maxBufferSize(int maxBufferSize) Maximum buffer size used when receiving or sending data over the wire.MllpComponentBuilderFactory.MllpComponentBuilder.maxConcurrentConsumers(int maxConcurrentConsumers) The maximum number of concurrent MLLP Consumer connections that will be allowed.MllpComponentBuilderFactory.MllpComponentBuilder.minBufferSize(int minBufferSize) Minimum buffer size used when receiving or sending data over the wire.MllpComponentBuilderFactory.mllp()MLLP (camel-mllp) Communicate with external systems using the MLLP protocol.MllpComponentBuilderFactory.MllpComponentBuilder.readTimeout(int readTimeout) The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received.MllpComponentBuilderFactory.MllpComponentBuilder.receiveBufferSize(Integer receiveBufferSize) Sets the SO_RCVBUF option to the specified value (in bytes).MllpComponentBuilderFactory.MllpComponentBuilder.receiveTimeout(int receiveTimeout) The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame.MllpComponentBuilderFactory.MllpComponentBuilder.requireEndOfData(boolean requireEndOfData) Enable/Disable strict compliance to the MLLP standard.MllpComponentBuilderFactory.MllpComponentBuilder.reuseAddress(Boolean reuseAddress) Enable/disable the SO_REUSEADDR socket option.MllpComponentBuilderFactory.MllpComponentBuilder.sendBufferSize(Integer sendBufferSize) Sets the SO_SNDBUF option to the specified value (in bytes).MllpComponentBuilderFactory.MllpComponentBuilder.stringPayload(boolean stringPayload) Enable/Disable converting the payload to a String.MllpComponentBuilderFactory.MllpComponentBuilder.tcpNoDelay(Boolean tcpNoDelay) Enable/disable the TCP_NODELAY socket option.MllpComponentBuilderFactory.MllpComponentBuilder.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).