Class MllpComponentBuilderFactory.MllpComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.mllp.MllpComponent>
org.apache.camel.builder.component.dsl.MllpComponentBuilderFactory.MllpComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.mllp.MllpComponent>,MllpComponentBuilderFactory.MllpComponentBuilder
- Enclosing interface:
- MllpComponentBuilderFactory
public static class MllpComponentBuilderFactory.MllpComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.mllp.MllpComponent>
implements MllpComponentBuilderFactory.MllpComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.mllp.MllpComponentprotected booleansetPropertyOnComponent(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, registerMethods inherited from interface org.apache.camel.builder.component.dsl.MllpComponentBuilderFactory.MllpComponentBuilder
acceptTimeout, autoAck, autowiredEnabled, backlog, bindRetryInterval, bindTimeout, bridgeErrorHandler, charsetName, configuration, connectTimeout, defaultCharset, exchangePattern, hl7Headers, idleTimeout, idleTimeoutStrategy, keepAlive, lazyStartProducer, lenientBind, logPhi, logPhiMaxBytes, maxBufferSize, maxConcurrentConsumers, minBufferSize, readTimeout, receiveBufferSize, receiveTimeout, requireEndOfData, reuseAddress, sendBufferSize, stringPayload, tcpNoDelay, validatePayload
-
Constructor Details
-
MllpComponentBuilderImpl
public MllpComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.mllp.MllpComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.mllp.MllpComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.mllp.MllpComponent>
-