Class CustomFhirEndpoint<AuditDatasetType extends FhirAuditDataset>

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.DefaultEndpoint
org.openehealth.ipf.platform.camel.ihe.fhir.core.FhirEndpoint<AuditDatasetType,CustomFhirComponent<AuditDatasetType>>
org.openehealth.ipf.platform.camel.ihe.fhir.core.custom.CustomFhirEndpoint<AuditDatasetType>
All Implemented Interfaces:
AutoCloseable, CamelContextAware, Endpoint, IsSingleton, Service, ShutdownableService, HasId, StatefulService, SuspendableService, AuditableEndpoint<AuditDatasetType>, InterceptableEndpoint<FhirEndpointConfiguration<AuditDatasetType>,CustomFhirComponent<AuditDatasetType>>

@UriEndpoint(scheme="fhir", title="Generic FHIR", syntax="fhir:host:port", consumerClass=FhirConsumer.class, label="http") public class CustomFhirEndpoint<AuditDatasetType extends FhirAuditDataset> extends FhirEndpoint<AuditDatasetType,CustomFhirComponent<AuditDatasetType>>
Since:
3.1
Author:
Christian Ohr