Package dev.dsf.fhir.webservice.jaxrs
Class ConformanceServiceJaxrs
java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService<S>
dev.dsf.fhir.webservice.jaxrs.AbstractServiceJaxrs<ConformanceService>
dev.dsf.fhir.webservice.jaxrs.ConformanceServiceJaxrs
- All Implemented Interfaces:
BasicService,ConformanceService,org.springframework.beans.factory.InitializingBean
@Path("metadata")
@Produces({"application/xml+fhir","application/fhir+xml","application/xml","application/json+fhir","application/fhir+json","application/json","text/html"})
public class ConformanceServiceJaxrs
extends AbstractServiceJaxrs<ConformanceService>
implements ConformanceService
-
Field Summary
FieldsFields inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
delegateFields inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
currentIdentityProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.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.jaxrs.AbstractServiceJaxrs
afterPropertiesSetMethods inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
setCurrentIdentityProviderMethods inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
getCurrentIdentityMethods 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
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
ConformanceServiceJaxrs
-
-
Method Details
-
getMetadata
@GET public jakarta.ws.rs.core.Response getMetadata(@QueryParam("mode") String mode, @Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.HttpHeaders headers) - Specified by:
getMetadatain interfaceConformanceService
-