Package dev.dsf.fhir.webservice.impl
Class ConformanceServiceImpl
java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.impl.ConformanceServiceImpl
- All Implemented Interfaces:
BasicService,ConformanceService,org.springframework.beans.factory.InitializingBean
public class ConformanceServiceImpl
extends AbstractBasicService
implements ConformanceService, org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
currentIdentityProvider -
Constructor Summary
ConstructorsConstructorDescriptionConformanceServiceImpl(String serverBase, int defaultPageCount, BuildInfoReader buildInfoReader, ParameterConverter parameterConverter, ca.uhn.fhir.context.support.IValidationSupport validationSupport, boolean oAuthEnabled) -
Method Summary
Modifier and TypeMethodDescriptionvoidjakarta.ws.rs.core.ResponsegetMetadata(String mode, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers) Methods inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
getCurrentIdentity, setCurrentIdentityProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.fhir.webservice.base.BasicService
setCurrentIdentityProvider
-
Constructor Details
-
ConformanceServiceImpl
public ConformanceServiceImpl(String serverBase, int defaultPageCount, BuildInfoReader buildInfoReader, ParameterConverter parameterConverter, ca.uhn.fhir.context.support.IValidationSupport validationSupport, boolean oAuthEnabled)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getMetadata
public jakarta.ws.rs.core.Response getMetadata(String mode, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers) - Specified by:
getMetadatain interfaceConformanceService
-