Interface FhirEndpointBuilderFactory.FhirEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder,FhirEndpointBuilderFactory.FhirEndpointProducerBuilder
- Enclosing interface:
- FhirEndpointBuilderFactory
public static interface FhirEndpointBuilderFactory.FhirEndpointBuilder
extends FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder, FhirEndpointBuilderFactory.FhirEndpointProducerBuilder
Builder for endpoint for the FHIR component.
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) OAuth access token.advanced()Encoding to use for all request.fhirVersion(String fhirVersion) The FHIR Version to use.Sets the name of a parameter to be passed in the exchange In Body.log(boolean log) Will log every requests and responses.Will log every requests and responses.Password to use for basic authentication.prettyPrint(boolean prettyPrint) Pretty print all request.prettyPrint(String prettyPrint) Pretty print all request.The proxy host.proxyPassword(String proxyPassword) The proxy password.The proxy port.The proxy port.The proxy username.The FHIR server base URL.Username to use for basic authentication.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder
backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, delay, delay, greedy, greedy, initialDelay, initialDelay, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, startScheduler, startScheduler, timeUnit, timeUnit, useFixedDelay, useFixedDelay
-
Method Details
-
advanced
- Specified by:
advancedin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
advancedin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder
-
encoding
Encoding to use for all request. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
encodingin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
encodingin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
encoding- the value to set- Returns:
- the dsl builder
-
fhirVersion
The FHIR Version to use. The option is a: <code>java.lang.String</code> type. Default: R4 Group: common- Specified by:
fhirVersionin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
fhirVersionin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
fhirVersion- the value to set- Returns:
- the dsl builder
-
inBody
Sets the name of a parameter to be passed in the exchange In Body. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
inBodyin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
inBodyin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
inBody- the value to set- Returns:
- the dsl builder
-
log
Will log every requests and responses. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
login interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
login interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
log- the value to set- Returns:
- the dsl builder
-
log
Will log every requests and responses. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
login interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
login interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
log- the value to set- Returns:
- the dsl builder
-
prettyPrint
Pretty print all request. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
prettyPrintin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
prettyPrintin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
prettyPrint- the value to set- Returns:
- the dsl builder
-
prettyPrint
Pretty print all request. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
prettyPrintin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
prettyPrintin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
prettyPrint- the value to set- Returns:
- the dsl builder
-
serverUrl
The FHIR server base URL. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
serverUrlin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
serverUrlin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
serverUrl- the value to set- Returns:
- the dsl builder
-
proxyHost
The proxy host. The option is a: <code>java.lang.String</code> type. Group: proxy- Specified by:
proxyHostin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
proxyHostin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
proxyHost- the value to set- Returns:
- the dsl builder
-
proxyPassword
The proxy password. The option is a: <code>java.lang.String</code> type. Group: proxy- Specified by:
proxyPasswordin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
proxyPasswordin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
proxyPassword- the value to set- Returns:
- the dsl builder
-
proxyPort
The proxy port. The option is a: <code>java.lang.Integer</code> type. Group: proxy- Specified by:
proxyPortin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
proxyPortin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
proxyPort- the value to set- Returns:
- the dsl builder
-
proxyPort
The proxy port. The option will be converted to a <code>java.lang.Integer</code> type. Group: proxy- Specified by:
proxyPortin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
proxyPortin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
proxyPort- the value to set- Returns:
- the dsl builder
-
proxyUser
The proxy username. The option is a: <code>java.lang.String</code> type. Group: proxy- Specified by:
proxyUserin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
proxyUserin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
proxyUser- the value to set- Returns:
- the dsl builder
-
accessToken
OAuth access token. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
accessTokenin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
accessTokenin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
accessToken- the value to set- Returns:
- the dsl builder
-
password
Password to use for basic authentication. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
passwordin interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
passwordin interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
password- the value to set- Returns:
- the dsl builder
-
username
Username to use for basic authentication. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
usernamein interfaceFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder- Specified by:
usernamein interfaceFhirEndpointBuilderFactory.FhirEndpointProducerBuilder- Parameters:
username- the value to set- Returns:
- the dsl builder
-