@Component(value="fhir") public class FhirComponent extends org.apache.camel.support.component.AbstractApiComponent<FhirApiName,FhirConfiguration,FhirApiCollection>
FhirEndpoint.| Constructor and Description |
|---|
FhirComponent() |
FhirComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String methodName,
FhirApiName apiName,
FhirConfiguration endpointConfiguration) |
protected FhirApiName |
getApiName(String apiNameStr) |
ca.uhn.fhir.rest.client.api.IGenericClient |
getClient(FhirConfiguration endpointConfiguration) |
FhirConfiguration |
getConfiguration() |
void |
setConfiguration(FhirConfiguration configuration)
To use the shared configuration
|
createEndpoint, createEndpointConfigurationafterConfiguration, createEndpoint, createEndpoint, doBuild, doInit, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic FhirComponent()
public FhirComponent(org.apache.camel.CamelContext context)
protected FhirApiName getApiName(String apiNameStr)
getApiName in class org.apache.camel.support.component.AbstractApiComponent<FhirApiName,FhirConfiguration,FhirApiCollection>protected org.apache.camel.Endpoint createEndpoint(String uri, String methodName, FhirApiName apiName, FhirConfiguration endpointConfiguration)
createEndpoint in class org.apache.camel.support.component.AbstractApiComponent<FhirApiName,FhirConfiguration,FhirApiCollection>public ca.uhn.fhir.rest.client.api.IGenericClient getClient(FhirConfiguration endpointConfiguration)
public void setConfiguration(FhirConfiguration configuration)
setConfiguration in class org.apache.camel.support.component.AbstractApiComponent<FhirApiName,FhirConfiguration,FhirApiCollection>public FhirConfiguration getConfiguration()
getConfiguration in class org.apache.camel.support.component.AbstractApiComponent<FhirApiName,FhirConfiguration,FhirApiCollection>Apache Camel