Interface FhirEndpointBuilderFactory.FhirEndpointProducerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
FhirEndpointBuilderFactory.FhirEndpointBuilder
- Enclosing interface:
FhirEndpointBuilderFactory
public static interface FhirEndpointBuilderFactory.FhirEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers 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.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
encoding
Encoding to use for all request. The option is a: <code>java.lang.String</code> type. Group: common- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- 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- Parameters:
username- the value to set- Returns:
- the dsl builder
-