Package org.apache.camel.component.fhir
Class FhirCapabilitiesEndpointConfiguration
java.lang.Object
org.apache.camel.component.fhir.FhirConfiguration
org.apache.camel.component.fhir.FhirCapabilitiesEndpointConfiguration
@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
Camel endpoint configuration for
FhirCapabilities.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<org.hl7.fhir.instance.model.api.IBaseConformance> getType()voidsetExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters) voidMethods inherited from class org.apache.camel.component.fhir.FhirConfiguration
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, setValidationMode
-
Constructor Details
-
FhirCapabilitiesEndpointConfiguration
public FhirCapabilitiesEndpointConfiguration()
-
-
Method Details
-
getExtraParameters
-
setExtraParameters
-
getType
-
setType
-