protected class BaseClient.ResourceResponseHandler<T extends org.hl7.fhir.instance.model.api.IBaseResource> extends Object implements IClientResponseHandler<T>
| Constructor and Description |
|---|
ResourceResponseHandler() |
ResourceResponseHandler(Class<T> theReturnType) |
ResourceResponseHandler(Class<T> theReturnType,
Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> thePreferResponseType,
org.hl7.fhir.instance.model.api.IIdType theId) |
ResourceResponseHandler(Class<T> theReturnType,
Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> thePreferResponseType,
org.hl7.fhir.instance.model.api.IIdType theId,
boolean theAllowHtmlResponse) |
ResourceResponseHandler(Class<T> theClass,
List<Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> thePreferResponseTypes) |
ResourceResponseHandler(Class<T> theReturnType,
List<Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> thePreferResponseTypes,
org.hl7.fhir.instance.model.api.IIdType theId,
boolean theAllowHtmlResponse) |
| Modifier and Type | Method and Description |
|---|---|
T |
invokeClient(String theResponseMimeType,
InputStream theResponseInputStream,
int theResponseStatusCode,
Map<String,List<String>> theHeaders) |
BaseClient.ResourceResponseHandler<T> |
setPreferResponseTypes(List<Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> thePreferResponseTypes) |
public ResourceResponseHandler()
public ResourceResponseHandler(Class<T> theReturnType)
public ResourceResponseHandler(Class<T> theReturnType, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> thePreferResponseType, org.hl7.fhir.instance.model.api.IIdType theId)
public ResourceResponseHandler(Class<T> theReturnType, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> thePreferResponseType, org.hl7.fhir.instance.model.api.IIdType theId, boolean theAllowHtmlResponse)
public ResourceResponseHandler(Class<T> theClass, List<Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> thePreferResponseTypes)
public ResourceResponseHandler(Class<T> theReturnType, List<Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> thePreferResponseTypes, org.hl7.fhir.instance.model.api.IIdType theId, boolean theAllowHtmlResponse)
public T invokeClient(String theResponseMimeType, InputStream theResponseInputStream, int theResponseStatusCode, Map<String,List<String>> theHeaders) throws ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
invokeClient in interface IClientResponseHandler<T extends org.hl7.fhir.instance.model.api.IBaseResource>ca.uhn.fhir.rest.server.exceptions.BaseServerResponseExceptionpublic BaseClient.ResourceResponseHandler<T> setPreferResponseTypes(List<Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> thePreferResponseTypes)
Copyright © 2014–2019 University Health Network. All rights reserved.