Interface Jt400EndpointBuilderFactory.Jt400EndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder,Jt400EndpointBuilderFactory.Jt400EndpointProducerBuilder
- Enclosing interface:
- Jt400EndpointBuilderFactory
public static interface Jt400EndpointBuilderFactory.Jt400EndpointBuilder extends Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder, Jt400EndpointBuilderFactory.Jt400EndpointProducerBuilder
Builder for endpoint for the JT400 component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Jt400EndpointBuilderFactory.AdvancedJt400EndpointBuilderadvanced()default Jt400EndpointBuilderFactory.Jt400EndpointBuilderccsid(int ccsid)Sets the CCSID to use for the connection with the IBM i system.default Jt400EndpointBuilderFactory.Jt400EndpointBuilderccsid(String ccsid)Sets the CCSID to use for the connection with the IBM i system.default Jt400EndpointBuilderFactory.Jt400EndpointBuilderformat(String format)Sets the data format for sending messages.default Jt400EndpointBuilderFactory.Jt400EndpointBuilderformat(Jt400EndpointBuilderFactory.Format format)Sets the data format for sending messages.default Jt400EndpointBuilderFactory.Jt400EndpointBuilderguiAvailable(boolean guiAvailable)Sets whether IBM i prompting is enabled in the environment running Camel.default Jt400EndpointBuilderFactory.Jt400EndpointBuilderguiAvailable(String guiAvailable)Sets whether IBM i prompting is enabled in the environment running Camel.default Jt400EndpointBuilderFactory.Jt400EndpointBuilderkeyed(boolean keyed)Whether to use keyed or non-keyed data queues.default Jt400EndpointBuilderFactory.Jt400EndpointBuilderkeyed(String keyed)Whether to use keyed or non-keyed data queues.default Jt400EndpointBuilderFactory.Jt400EndpointBuildersearchKey(String searchKey)Search key for keyed data queues.default Jt400EndpointBuilderFactory.Jt400EndpointBuildersecured(boolean secured)Whether connections to IBM i are secured with SSL.default Jt400EndpointBuilderFactory.Jt400EndpointBuildersecured(String secured)Whether connections to IBM i are secured with SSL.-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder
backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, bridgeErrorHandler, bridgeErrorHandler, delay, delay, greedy, greedy, initialDelay, initialDelay, messageAction, messageAction, readTimeout, readTimeout, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, searchType, searchType, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, sendingReply, sendingReply, startScheduler, startScheduler, timeUnit, timeUnit, useFixedDelay, useFixedDelay
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.Jt400EndpointBuilderFactory.Jt400EndpointProducerBuilder
lazyStartProducer, lazyStartProducer, outputFieldsIdxArray, outputFieldsIdxArray, outputFieldsLengthArray, outputFieldsLengthArray, procedureName
-
-
-
-
Method Detail
-
advanced
default Jt400EndpointBuilderFactory.AdvancedJt400EndpointBuilder advanced()
- Specified by:
advancedin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
advancedin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder
-
ccsid
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder ccsid(int ccsid)
Sets the CCSID to use for the connection with the IBM i system. The option is a: <code>int</code> type. Group: common- Specified by:
ccsidin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
ccsidin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
ccsid- the value to set- Returns:
- the dsl builder
-
ccsid
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder ccsid(String ccsid)
Sets the CCSID to use for the connection with the IBM i system. The option will be converted to a <code>int</code> type. Group: common- Specified by:
ccsidin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
ccsidin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
ccsid- the value to set- Returns:
- the dsl builder
-
format
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder format(Jt400EndpointBuilderFactory.Format format)
Sets the data format for sending messages. The option is a: <code>org.apache.camel.component.jt400.Jt400Configuration$Format</code> type. Default: text Group: common- Specified by:
formatin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
formatin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
format- the value to set- Returns:
- the dsl builder
-
format
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder format(String format)
Sets the data format for sending messages. The option will be converted to a <code>org.apache.camel.component.jt400.Jt400Configuration$Format</code> type. Default: text Group: common- Specified by:
formatin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
formatin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
format- the value to set- Returns:
- the dsl builder
-
guiAvailable
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder guiAvailable(boolean guiAvailable)
Sets whether IBM i prompting is enabled in the environment running Camel. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
guiAvailablein interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
guiAvailablein interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
guiAvailable- the value to set- Returns:
- the dsl builder
-
guiAvailable
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder guiAvailable(String guiAvailable)
Sets whether IBM i prompting is enabled in the environment running Camel. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
guiAvailablein interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
guiAvailablein interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
guiAvailable- the value to set- Returns:
- the dsl builder
-
keyed
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder keyed(boolean keyed)
Whether to use keyed or non-keyed data queues. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
keyedin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
keyedin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
keyed- the value to set- Returns:
- the dsl builder
-
keyed
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder keyed(String keyed)
Whether to use keyed or non-keyed data queues. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
keyedin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
keyedin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
keyed- the value to set- Returns:
- the dsl builder
-
searchKey
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder searchKey(String searchKey)
Search key for keyed data queues. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
searchKeyin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
searchKeyin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
searchKey- the value to set- Returns:
- the dsl builder
-
secured
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder secured(boolean secured)
Whether connections to IBM i are secured with SSL. The option is a: <code>boolean</code> type. Default: false Group: security- Specified by:
securedin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
securedin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
secured- the value to set- Returns:
- the dsl builder
-
secured
default Jt400EndpointBuilderFactory.Jt400EndpointBuilder secured(String secured)
Whether connections to IBM i are secured with SSL. The option will be converted to a <code>boolean</code> type. Default: false Group: security- Specified by:
securedin interfaceJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder- Specified by:
securedin interfaceJt400EndpointBuilderFactory.Jt400EndpointProducerBuilder- Parameters:
secured- the value to set- Returns:
- the dsl builder
-
-