Uses of Class
org.apache.camel.component.fhir.FhirConfiguration
Packages that use FhirConfiguration
-
Uses of FhirConfiguration in org.apache.camel.component.fhir
Subclasses of FhirConfiguration in org.apache.camel.component.fhirModifier and TypeClassDescriptionfinal classCamel endpoint configuration forFhirCapabilities.final classCamel endpoint configuration forFhirCreate.final classCamel endpoint configuration forFhirDelete.final classCamel endpoint configuration forFhirHistory.final classCamel endpoint configuration forFhirLoadPage.final classCamel endpoint configuration forFhirMeta.final classCamel endpoint configuration forFhirOperation.final classCamel endpoint configuration forFhirPatch.final classCamel endpoint configuration forFhirRead.final classCamel endpoint configuration forFhirSearch.final classCamel endpoint configuration forFhirTransaction.final classCamel endpoint configuration forFhirUpdate.final classCamel endpoint configuration forFhirValidate.Methods in org.apache.camel.component.fhir that return FhirConfigurationMethods in org.apache.camel.component.fhir that return types with arguments of type FhirConfigurationModifier and TypeMethodDescriptionprotected org.apache.camel.support.component.ApiMethodPropertiesHelper<FhirConfiguration> FhirEndpoint.getPropertiesHelper()Methods in org.apache.camel.component.fhir with parameters of type FhirConfigurationModifier and TypeMethodDescriptionprotected voidFhirComponent.afterPropertiesSet(FhirConfiguration endpointConfiguration) protected ca.uhn.fhir.rest.client.api.IGenericClientFhirComponent.createClient(FhirConfiguration config) protected org.apache.camel.EndpointFhirComponent.createEndpoint(String uri, String methodName, FhirApiName apiName, FhirConfiguration endpointConfiguration) voidFhirComponent.setConfiguration(FhirConfiguration configuration) To use the shared configurationConstructors in org.apache.camel.component.fhir with parameters of type FhirConfigurationModifierConstructorDescriptionFhirEndpoint(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 FhirConfigurationModifier and TypeMethodDescriptionFhirApiCollection.getEndpointConfiguration(FhirApiName apiName) Methods in org.apache.camel.component.fhir.internal with parameters of type FhirConfigurationModifier and TypeMethodDescriptionstatic ca.uhn.fhir.rest.client.api.IGenericClientFhirHelper.createClient(FhirConfiguration config, org.apache.camel.CamelContext camelContext)