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 classFhirCapabilitiesEndpointConfigurationCamel endpoint configuration forFhirCapabilities.classFhirCreateEndpointConfigurationCamel endpoint configuration forFhirCreate.classFhirDeleteEndpointConfigurationCamel endpoint configuration forFhirDelete.classFhirHistoryEndpointConfigurationCamel endpoint configuration forFhirHistory.classFhirLoadPageEndpointConfigurationCamel endpoint configuration forFhirLoadPage.classFhirMetaEndpointConfigurationCamel endpoint configuration forFhirMeta.classFhirOperationEndpointConfigurationCamel endpoint configuration forFhirOperation.classFhirPatchEndpointConfigurationCamel endpoint configuration forFhirPatch.classFhirReadEndpointConfigurationCamel endpoint configuration forFhirRead.classFhirSearchEndpointConfigurationCamel endpoint configuration forFhirSearch.classFhirTransactionEndpointConfigurationCamel endpoint configuration forFhirTransaction.classFhirUpdateEndpointConfigurationCamel endpoint configuration forFhirUpdate.classFhirValidateEndpointConfigurationCamel endpoint configuration forFhirValidate.Methods in org.apache.camel.component.fhir that return FhirConfiguration Modifier and Type Method Description FhirConfigurationFhirComponent. 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.EndpointFhirComponent. createEndpoint(String uri, String methodName, FhirApiName apiName, FhirConfiguration endpointConfiguration)ca.uhn.fhir.rest.client.api.IGenericClientFhirComponent. getClient(FhirConfiguration endpointConfiguration)voidFhirComponent. 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 FhirConfigurationFhirApiCollection. 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.IGenericClientFhirHelper. createClient(FhirConfiguration endpointConfiguration, org.apache.camel.CamelContext camelContext)
-