Package ca.uhn.fhir.rest.client.impl
Class ClientInvocationHandlerFactory
- java.lang.Object
-
- ca.uhn.fhir.rest.client.impl.ClientInvocationHandlerFactory
-
public class ClientInvocationHandlerFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClientInvocationHandlerFactory.ILambda
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBinding(Method theMethod, BaseMethodBinding<?> theBinding)
-
-
-
Constructor Detail
-
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 Detail
-
addBinding
public void addBinding(Method theMethod, BaseMethodBinding<?> theBinding)
-
-