Package | Description |
---|---|
org.apache.camel.component.fhir | |
org.apache.camel.component.fhir.internal |
Modifier and Type | Class and Description |
---|---|
class |
FhirCapabilitiesEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirCapabilities
|
class |
FhirCreateEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirCreate
|
class |
FhirDeleteEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirDelete
|
class |
FhirHistoryEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirHistory
|
class |
FhirLoadPageEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirLoadPage
|
class |
FhirMetaEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirMeta
|
class |
FhirOperationEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirOperation
|
class |
FhirPatchEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirPatch
|
class |
FhirReadEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirRead
|
class |
FhirSearchEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirSearch
|
class |
FhirTransactionEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirTransaction
|
class |
FhirUpdateEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirUpdate
|
class |
FhirValidateEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.fhir.api.FhirValidate
|
Modifier and Type | Method and Description |
---|---|
FhirConfiguration |
FhirComponent.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.util.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