Package | Description |
---|---|
org.apache.camel.component.fhir | |
org.apache.camel.component.fhir.internal |
Modifier and Type | Method and Description |
---|---|
FhirApiName |
FhirConfiguration.getApiName() |
protected FhirApiName |
FhirComponent.getApiName(String apiNameStr) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
FhirComponent.createEndpoint(String uri,
String methodName,
FhirApiName apiName,
FhirConfiguration endpointConfiguration) |
void |
FhirConfiguration.setApiName(FhirApiName apiName)
What kind of operation to perform
|
Constructor and Description |
---|
FhirEndpoint(String uri,
FhirComponent component,
FhirApiName apiName,
String methodName,
FhirConfiguration endpointConfiguration) |
Modifier and Type | Method and Description |
---|---|
static FhirApiName |
FhirApiName.fromValue(String value) |
static FhirApiName |
FhirApiName.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.
|
Modifier and Type | Method and Description |
---|---|
FhirConfiguration |
FhirApiCollection.getEndpointConfiguration(FhirApiName apiName) |
Apache Camel