Class ActivemqComponentBuilderFactory.ActivemqComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.activemq.ActiveMQComponent>
org.apache.camel.builder.component.dsl.ActivemqComponentBuilderFactory.ActivemqComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.activemq.ActiveMQComponent>,ActivemqComponentBuilderFactory.ActivemqComponentBuilder
- Enclosing interface:
- ActivemqComponentBuilderFactory
public static class ActivemqComponentBuilderFactory.ActivemqComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.activemq.ActiveMQComponent>
implements ActivemqComponentBuilderFactory.ActivemqComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.activemq.ActiveMQComponentprotected 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.dsl.ActivemqComponentBuilderFactory.ActivemqComponentBuilder
acceptMessagesWhileStopping, acknowledgementModeName, allowAdditionalHeaders, allowAutoWiredConnectionFactory, allowAutoWiredDestinationResolver, allowNullBody, allowReplyManagerQuickStop, allowSerializedHeaders, alwaysCopyMessage, artemisConsumerPriority, artemisStreamingEnabled, asyncConsumer, asyncStartListener, asyncStopListener, autoStartup, autowiredEnabled, brokerURL, cacheLevel, cacheLevelName, clientId, concurrentConsumers, configuration, connectionFactory, consumerType, correlationProperty, defaultTaskExecutorType, deliveryDelay, deliveryMode, deliveryPersistent, destinationResolver, disableReplyTo, disableTimeToLive, durableSubscriptionName, eagerLoadingOfProperties, eagerPoisonBody, errorHandler, errorHandlerLoggingLevel, errorHandlerLogStackTrace, exceptionListener, explicitQosEnabled, exposeListenerSession, forceSendOriginalMessage, formatDateHeadersToIso8601, headerFilterStrategy, idleConsumerLimit, idleTaskExecutionLimit, includeAllJMSXProperties, includeSentJMSMessageID, jmsKeyFormatStrategy, jmsMessageType, lazyCreateTransactionManager, lazyStartProducer, mapJmsMessage, maxConcurrentConsumers, maxMessagesPerTask, messageConverter, messageCreatedStrategy, messageIdEnabled, messageListenerContainerFactory, messageTimestampEnabled, password, preserveMessageQos, priority, pubSubNoLocal, queueBrowseStrategy, receiveTimeout, recoveryInterval, replyTo, replyToCacheLevelName, replyToConcurrentConsumers, replyToConsumerType, replyToDeliveryPersistent, replyToDestinationSelectorName, replyToMaxConcurrentConsumers, replyToOnTimeoutMaxConcurrentConsumers, replyToOverride, replyToSameDestinationAllowed, replyToType, requestTimeout, requestTimeoutCheckerInterval, selector, streamMessageTypeEnabled, subscriptionDurable, subscriptionName, subscriptionShared, synchronous, taskExecutor, testConnectionOnStartup, timeToLive, transacted, transactedInOut, transactionManager, transactionName, transactionTimeout, transferException, transferExchange, trustAllPackages, useMessageIDAsCorrelationID, usePooledConnection, username, useSingleConnection, waitForProvisionCorrelationToBeUpdatedCounter, waitForProvisionCorrelationToBeUpdatedThreadSleepingTimeMethods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
ActivemqComponentBuilderImpl
public ActivemqComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.activemq.ActiveMQComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.activemq.ActiveMQComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.activemq.ActiveMQComponent>
-