| Package | Description |
|---|---|
| org.apache.camel.component.fhir | |
| org.apache.camel.component.fhir.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
FhirCapabilitiesEndpointConfiguration
Camel endpoint configuration for
FhirCapabilities. |
class |
FhirCreateEndpointConfiguration
Camel endpoint configuration for
FhirCreate. |
class |
FhirDeleteEndpointConfiguration
Camel endpoint configuration for
FhirDelete. |
class |
FhirHistoryEndpointConfiguration
Camel endpoint configuration for
FhirHistory. |
class |
FhirLoadPageEndpointConfiguration
Camel endpoint configuration for
FhirLoadPage. |
class |
FhirMetaEndpointConfiguration
Camel endpoint configuration for
FhirMeta. |
class |
FhirOperationEndpointConfiguration
Camel endpoint configuration for
FhirOperation. |
class |
FhirPatchEndpointConfiguration
Camel endpoint configuration for
FhirPatch. |
class |
FhirReadEndpointConfiguration
Camel endpoint configuration for
FhirRead. |
class |
FhirSearchEndpointConfiguration
Camel endpoint configuration for
FhirSearch. |
class |
FhirTransactionEndpointConfiguration
Camel endpoint configuration for
FhirTransaction. |
class |
FhirUpdateEndpointConfiguration
Camel endpoint configuration for
FhirUpdate. |
class |
FhirValidateEndpointConfiguration
Camel endpoint configuration for
FhirValidate. |
| Modifier and Type | Method and Description |
|---|---|
FhirConfiguration |
FhirComponent.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.support.component.ApiMethodPropertiesHelper<FhirConfiguration> |
FhirEndpoint.getPropertiesHelper() |
| Modifier and Type | Method and 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 configuration
|
| Constructor and Description |
|---|
FhirEndpoint(String uri,
FhirComponent component,
FhirApiName apiName,
String methodName,
FhirConfiguration endpointConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
FhirConfiguration |
FhirApiCollection.getEndpointConfiguration(FhirApiName apiName) |
| Modifier and Type | Method and Description |
|---|---|
static ca.uhn.fhir.rest.client.api.IGenericClient |
FhirHelper.createClient(FhirConfiguration endpointConfiguration,
org.apache.camel.CamelContext camelContext) |
Apache Camel