public class ClientInvocationHandlerFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientInvocationHandlerFactory.ILambda |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBinding(Method theMethod,
BaseMethodBinding<?> theBinding) |
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)
public void addBinding(Method theMethod, BaseMethodBinding<?> theBinding)
Copyright © 2014–2019 University Health Network. All rights reserved.