@UriParams public final class FhirTransactionEndpointConfiguration extends FhirConfiguration
Constructor and Description |
---|
FhirTransactionEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.hl7.fhir.instance.model.api.IBaseBundle |
getBundle() |
Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> |
getExtraParameters() |
List<org.hl7.fhir.instance.model.api.IBaseResource> |
getResources() |
String |
getStringBundle() |
void |
setBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle) |
void |
setExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> extraParameters) |
void |
setResources(List<org.hl7.fhir.instance.model.api.IBaseResource> resources) |
void |
setStringBundle(String stringBundle) |
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
public FhirTransactionEndpointConfiguration()
public org.hl7.fhir.instance.model.api.IBaseBundle getBundle()
public void setBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle)
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 List<org.hl7.fhir.instance.model.api.IBaseResource> getResources()
public void setResources(List<org.hl7.fhir.instance.model.api.IBaseResource> resources)
public String getStringBundle()
public void setStringBundle(String stringBundle)
Apache Camel