Uses of Class
org.apache.camel.component.fhir.internal.FhirApiName
-
Packages that use FhirApiName Package Description org.apache.camel.component.fhir org.apache.camel.component.fhir.internal -
-
Uses of FhirApiName in org.apache.camel.component.fhir
Methods in org.apache.camel.component.fhir that return FhirApiName Modifier and Type Method Description protected FhirApiNameFhirComponent. getApiName(String apiNameStr)FhirApiNameFhirConfiguration. getApiName()Methods in org.apache.camel.component.fhir with parameters of type FhirApiName Modifier and Type Method Description protected org.apache.camel.EndpointFhirComponent. createEndpoint(String uri, String methodName, FhirApiName apiName, FhirConfiguration endpointConfiguration)voidFhirConfiguration. setApiName(FhirApiName apiName)What kind of operation to performConstructors in org.apache.camel.component.fhir with parameters of type FhirApiName Constructor Description FhirEndpoint(String uri, FhirComponent component, FhirApiName apiName, String methodName, FhirConfiguration endpointConfiguration) -
Uses of FhirApiName in org.apache.camel.component.fhir.internal
Methods in org.apache.camel.component.fhir.internal that return FhirApiName Modifier and Type Method Description static FhirApiNameFhirApiName. valueOf(String name)Returns the enum constant of this type with the specified name.static FhirApiName[]FhirApiName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.fhir.internal with parameters of type FhirApiName Modifier and Type Method Description FhirConfigurationFhirApiCollection. getEndpointConfiguration(FhirApiName apiName)
-