Package ca.uhn.fhir.rest.server.util
Interface ITestingUiClientFactory
-
public interface ITestingUiClientFactory
This interface isn't used by hapi-fhir-base, but is used by the Web Testing UI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ca.uhn.fhir.rest.client.api.IGenericClientnewClient(ca.uhn.fhir.context.FhirContext theFhirContext, javax.servlet.http.HttpServletRequest theRequest, String theServerBaseUrl)Instantiate a new client
-