Class RootServiceImpl

java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.impl.RootServiceImpl
All Implemented Interfaces:
BasicService, RootService, org.springframework.beans.factory.InitializingBean

public class RootServiceImpl extends AbstractBasicService implements RootService, org.springframework.beans.factory.InitializingBean
  • Constructor Details

  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • root

      public jakarta.ws.rs.core.Response root(jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      root in interface RootService
    • handleBundle

      public jakarta.ws.rs.core.Response handleBundle(org.hl7.fhir.r4.model.Bundle bundle, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      handleBundle in interface RootService
    • history

      public jakarta.ws.rs.core.Response history(jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      history in interface RootService