| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client.impl | |
| ca.uhn.fhir.rest.client.method |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientInvocationHandlerFactory.addBinding(Method theMethod,
BaseMethodBinding<?> theBinding) |
void |
ClientInvocationHandler.addBinding(Method theMethod,
BaseMethodBinding<?> theBinding) |
| Constructor and Description |
|---|
ClientInvocationHandler(ca.uhn.fhir.rest.client.api.IHttpClient theClient,
ca.uhn.fhir.context.FhirContext theContext,
String theUrlBase,
Map<Method,Object> theMethodToReturnValue,
Map<Method,BaseMethodBinding<?>> theBindings,
Map<Method,ClientInvocationHandlerFactory.ILambda> theMethodToLambda,
RestfulClientFactory theFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody |
class |
BaseResourceReturningMethodBinding |
class |
ConformanceMethodBinding |
class |
CreateMethodBinding |
class |
DeleteMethodBinding |
class |
HistoryMethodBinding |
class |
OperationMethodBinding |
class |
PageMethodBinding |
class |
PatchMethodBinding
Base class for an operation that has a resource type but not a resource body in the
request body
|
class |
ReadMethodBinding |
class |
SearchMethodBinding |
class |
TransactionMethodBinding |
class |
UpdateMethodBinding |
class |
ValidateMethodBindingDstu2Plus |
| Modifier and Type | Method and Description |
|---|---|
static BaseMethodBinding<?> |
BaseMethodBinding.bindMethod(Method theMethod,
ca.uhn.fhir.context.FhirContext theContext,
Object theProvider) |
Copyright © 2014–2019 University Health Network. All rights reserved.