Uses of Interface
org.apache.camel.builder.component.dsl.FhirComponentBuilderFactory.FhirComponentBuilder
Packages that use FhirComponentBuilderFactory.FhirComponentBuilder
-
Uses of FhirComponentBuilderFactory.FhirComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return FhirComponentBuilderFactory.FhirComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.fhir()FHIR (camel-fhir) Exchange information in the healthcare domain using the FHIR (Fast Healthcare Interoperability Resources) standard. -
Uses of FhirComponentBuilderFactory.FhirComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement FhirComponentBuilderFactory.FhirComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return FhirComponentBuilderFactory.FhirComponentBuilderModifier and TypeMethodDescriptionFhirComponentBuilderFactory.FhirComponentBuilder.accessToken(String accessToken) OAuth access token.FhirComponentBuilderFactory.FhirComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.FhirComponentBuilderFactory.FhirComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.FhirComponentBuilderFactory.FhirComponentBuilder.client(ca.uhn.fhir.rest.client.api.IGenericClient client) To use the custom client.FhirComponentBuilderFactory.FhirComponentBuilder.clientFactory(ca.uhn.fhir.rest.client.api.IRestfulClientFactory clientFactory) To use the custom client factory.FhirComponentBuilderFactory.FhirComponentBuilder.compress(boolean compress) Compresses outgoing (POST/PUT) contents to the GZIP format.FhirComponentBuilderFactory.FhirComponentBuilder.configuration(org.apache.camel.component.fhir.FhirConfiguration configuration) To use the shared configuration.FhirComponentBuilderFactory.FhirComponentBuilder.connectionTimeout(Integer connectionTimeout) How long to try and establish the initial TCP connection (in ms).FhirComponentBuilderFactory.FhirComponentBuilder.deferModelScanning(boolean deferModelScanning) When this option is set, model classes will not be scanned for children until the child list for the given type is actually accessed.Encoding to use for all request.FhirComponentBuilderFactory.fhir()FHIR (camel-fhir) Exchange information in the healthcare domain using the FHIR (Fast Healthcare Interoperability Resources) standard.FhirComponentBuilderFactory.FhirComponentBuilder.fhirContext(ca.uhn.fhir.context.FhirContext fhirContext) FhirContext is an expensive object to create.FhirComponentBuilderFactory.FhirComponentBuilder.fhirVersion(String fhirVersion) The FHIR Version to use.FhirComponentBuilderFactory.FhirComponentBuilder.forceConformanceCheck(boolean forceConformanceCheck) Force conformance check.FhirComponentBuilderFactory.FhirComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).FhirComponentBuilderFactory.FhirComponentBuilder.log(boolean log) Will log every requests and responses.Password to use for basic authentication.FhirComponentBuilderFactory.FhirComponentBuilder.prettyPrint(boolean prettyPrint) Pretty print all request.The proxy host.FhirComponentBuilderFactory.FhirComponentBuilder.proxyPassword(String proxyPassword) The proxy password.The proxy port.The proxy username.The FHIR server base URL.FhirComponentBuilderFactory.FhirComponentBuilder.sessionCookie(String sessionCookie) HTTP session cookie to add to every request.FhirComponentBuilderFactory.FhirComponentBuilder.socketTimeout(Integer socketTimeout) How long to block for individual read/write operations (in ms).Request that the server modify the response using the _summary param.Username to use for basic authentication.FhirComponentBuilderFactory.FhirComponentBuilder.validationMode(String validationMode) When should Camel validate the FHIR Server's conformance statement.