Class RootServiceSecure

All Implemented Interfaces:
BasicService, RootService, org.springframework.beans.factory.InitializingBean

public class RootServiceSecure extends AbstractServiceSecure<RootService> implements RootService
  • Constructor Details

  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class AbstractServiceSecure<RootService>
      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