Uses of Class
org.apache.camel.component.fhir.FhirConfiguration
-
Packages that use FhirConfiguration Package Description org.apache.camel.component.fhir org.apache.camel.component.fhir.internal -
-
Uses of FhirConfiguration in org.apache.camel.component.fhir
Subclasses of FhirConfiguration in org.apache.camel.component.fhir Modifier and Type Class Description class
FhirCapabilitiesEndpointConfiguration
Camel endpoint configuration forFhirCapabilities
.class
FhirCreateEndpointConfiguration
Camel endpoint configuration forFhirCreate
.class
FhirDeleteEndpointConfiguration
Camel endpoint configuration forFhirDelete
.class
FhirHistoryEndpointConfiguration
Camel endpoint configuration forFhirHistory
.class
FhirLoadPageEndpointConfiguration
Camel endpoint configuration forFhirLoadPage
.class
FhirMetaEndpointConfiguration
Camel endpoint configuration forFhirMeta
.class
FhirOperationEndpointConfiguration
Camel endpoint configuration forFhirOperation
.class
FhirPatchEndpointConfiguration
Camel endpoint configuration forFhirPatch
.class
FhirReadEndpointConfiguration
Camel endpoint configuration forFhirRead
.class
FhirSearchEndpointConfiguration
Camel endpoint configuration forFhirSearch
.class
FhirTransactionEndpointConfiguration
Camel endpoint configuration forFhirTransaction
.class
FhirUpdateEndpointConfiguration
Camel endpoint configuration forFhirUpdate
.class
FhirValidateEndpointConfiguration
Camel endpoint configuration forFhirValidate
.Methods in org.apache.camel.component.fhir that return FhirConfiguration Modifier and Type Method Description FhirConfiguration
FhirComponent. getConfiguration()
Methods in org.apache.camel.component.fhir that return types with arguments of type FhirConfiguration Modifier and Type Method Description protected org.apache.camel.support.component.ApiMethodPropertiesHelper<FhirConfiguration>
FhirEndpoint. getPropertiesHelper()
Methods in org.apache.camel.component.fhir with parameters of type FhirConfiguration Modifier and Type Method Description protected org.apache.camel.Endpoint
FhirComponent. createEndpoint(String uri, String methodName, FhirApiName apiName, FhirConfiguration endpointConfiguration)
ca.uhn.fhir.rest.client.api.IGenericClient
FhirComponent. getClient(FhirConfiguration endpointConfiguration)
void
FhirComponent. setConfiguration(FhirConfiguration configuration)
To use the shared configurationConstructors in org.apache.camel.component.fhir with parameters of type FhirConfiguration Constructor Description FhirEndpoint(String uri, FhirComponent component, FhirApiName apiName, String methodName, FhirConfiguration endpointConfiguration)
-
Uses of FhirConfiguration in org.apache.camel.component.fhir.internal
Methods in org.apache.camel.component.fhir.internal that return FhirConfiguration Modifier and Type Method Description FhirConfiguration
FhirApiCollection. getEndpointConfiguration(FhirApiName apiName)
Methods in org.apache.camel.component.fhir.internal with parameters of type FhirConfiguration Modifier and Type Method Description static ca.uhn.fhir.rest.client.api.IGenericClient
FhirHelper. createClient(FhirConfiguration endpointConfiguration, org.apache.camel.CamelContext camelContext)
-