Package com.ibm.fhir.server.resources
Class WellKnown
- java.lang.Object
-
- com.ibm.fhir.server.resources.FHIRResource
-
- com.ibm.fhir.server.resources.WellKnown
-
@Path("/.well-known") @Produces("application/json") public class WellKnown extends FHIRResource
-
-
Field Summary
-
Fields inherited from class com.ibm.fhir.server.resources.FHIRResource
AUDIT_LOGGING_ERR_MSG, context, fhirConfig, HTTP_DATETIME_FORMATTER, httpServletRequest, securityContext, uriInfo
-
-
Constructor Summary
Constructors Constructor Description WellKnown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
smartConfig()
-
Methods inherited from class com.ibm.fhir.server.resources.FHIRResource
addHeaders, buildOperationOutcomeIssue, buildRestException, buildRestException, buildUnsupportedResourceTypeException, checkInitComplete, checkType, exceptionResponse, exceptionResponse, exceptionResponse, exceptionResponse, getAbsoluteUri, getPersistenceImpl, getRequestBaseUri, getRequestUri, isDeleteSupported, isUpdateCreateEnabled, parseIfModifiedSince, toUri
-
-
-
-
Method Detail
-
smartConfig
@GET @Path("smart-configuration") public javax.ws.rs.core.Response smartConfig() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-