Class RootServiceJaxrs

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

@Path("") @Produces({"application/xml+fhir","application/fhir+xml","application/xml","application/json+fhir","application/fhir+json","application/json","text/html"}) public class RootServiceJaxrs extends AbstractServiceJaxrs<RootService> implements RootService
  • Field Details

  • Constructor Details

    • RootServiceJaxrs

      public RootServiceJaxrs(RootService delegate)
  • Method Details

    • root

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

      @GET @Path("/_history") public jakarta.ws.rs.core.Response history(@Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      history in interface RootService
    • handleBundle

      @POST @Consumes({"application/xml+fhir","application/fhir+xml","application/xml","application/json+fhir","application/fhir+json","application/json"}) public jakarta.ws.rs.core.Response handleBundle(org.hl7.fhir.r4.model.Bundle bundle, @Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      handleBundle in interface RootService