Class FhirApiCollection
- java.lang.Object
-
- org.apache.camel.support.component.ApiCollection<FhirApiName,FhirConfiguration>
-
- org.apache.camel.component.fhir.internal.FhirApiCollection
-
public final class FhirApiCollection extends org.apache.camel.support.component.ApiCollection<FhirApiName,FhirConfiguration>
CamelApiCollection
for Fhir
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FhirApiCollection
getCollection()
FhirConfiguration
getEndpointConfiguration(FhirApiName apiName)
-
-
-
Method Detail
-
getEndpointConfiguration
public FhirConfiguration getEndpointConfiguration(FhirApiName apiName)
- Specified by:
getEndpointConfiguration
in classorg.apache.camel.support.component.ApiCollection<FhirApiName,FhirConfiguration>
-
getCollection
public static FhirApiCollection getCollection()
-
-