Package ca.uhn.fhir.rest.client.impl
Class ClientInvocationHandlerFactory
java.lang.Object
ca.uhn.fhir.rest.client.impl.ClientInvocationHandlerFactory
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionClientInvocationHandlerFactory
(ca.uhn.fhir.rest.client.api.IHttpClient theClient, ca.uhn.fhir.context.FhirContext theContext, String theUrlBase, Class<? extends ca.uhn.fhir.rest.client.api.IRestfulClient> theClientType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBinding
(Method theMethod, BaseMethodBinding<?> theBinding)
-
Constructor Details
-
ClientInvocationHandlerFactory
public ClientInvocationHandlerFactory(ca.uhn.fhir.rest.client.api.IHttpClient theClient, ca.uhn.fhir.context.FhirContext theContext, String theUrlBase, Class<? extends ca.uhn.fhir.rest.client.api.IRestfulClient> theClientType)
-
-
Method Details
-
addBinding
-