@ApiParams(apiName="capabilities",
description="API to Fetch the capability statement for the server",
apiMethods=@ApiMethod(methodName="ofType",description="Retrieve the conformance statement using the given model type",signatures="org.hl7.fhir.instance.model.api.IBaseConformance ofType(Class<org.hl7.fhir.instance.model.api.IBaseConformance> type, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)"),
aliases={})
@UriParams
@Configurer(extended=true)
public final class FhirCapabilitiesEndpointConfiguration
extends FhirConfiguration
FhirCapabilities.| Constructor and Description |
|---|
FhirCapabilitiesEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> |
getExtraParameters() |
Class<org.hl7.fhir.instance.model.api.IBaseConformance> |
getType() |
void |
setExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> extraParameters) |
void |
setType(Class<org.hl7.fhir.instance.model.api.IBaseConformance> type) |
equals, getAccessToken, getApiName, getClient, getClientFactory, getConnectionTimeout, getEncoding, getFhirContext, getFhirVersion, getMethodName, getPassword, getProxyHost, getProxyPassword, getProxyPort, getProxyUser, getServerUrl, getSessionCookie, getSocketTimeout, getSummary, getUsername, getValidationMode, hashCode, isCompress, isDeferModelScanning, isForceConformanceCheck, isLog, isPrettyPrint, setAccessToken, setApiName, setClient, setClientFactory, setCompress, setConnectionTimeout, setDeferModelScanning, setEncoding, setFhirContext, setFhirVersion, setForceConformanceCheck, setLog, setMethodName, setPassword, setPrettyPrint, setProxyHost, setProxyPassword, setProxyPort, setProxyUser, setServerUrl, setSessionCookie, setSocketTimeout, setSummary, setUsername, setValidationModepublic FhirCapabilitiesEndpointConfiguration()
public Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> getExtraParameters()
public void setExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> extraParameters)
public Class<org.hl7.fhir.instance.model.api.IBaseConformance> getType()
public void setType(Class<org.hl7.fhir.instance.model.api.IBaseConformance> type)
Apache Camel