Uses of Interface
ca.uhn.fhir.interceptor.api.IInterceptorService
-
Packages that use IInterceptorService Package Description ca.uhn.fhir.interceptor.executor ca.uhn.fhir.rest.client.api -
-
Uses of IInterceptorService in ca.uhn.fhir.interceptor.executor
Classes in ca.uhn.fhir.interceptor.executor that implement IInterceptorService Modifier and Type Class Description classInterceptorService -
Uses of IInterceptorService in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api that return IInterceptorService Modifier and Type Method Description IInterceptorServiceIRestfulClient. getInterceptorService()Sets the interfceptor service used by this clientMethods in ca.uhn.fhir.rest.client.api with parameters of type IInterceptorService Modifier and Type Method Description voidIRestfulClient. setInterceptorService(IInterceptorService theInterceptorService)Sets the interfceptor service used by this client
-