Package ca.uhn.fhir.rest.client.impl
Class BaseClient.ResourceOrBinaryResponseHandler
java.lang.Object
ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler<org.hl7.fhir.instance.model.api.IBaseResource>
ca.uhn.fhir.rest.client.impl.BaseClient.ResourceOrBinaryResponseHandler
- All Implemented Interfaces:
IClientResponseHandler<org.hl7.fhir.instance.model.api.IBaseResource>
- Enclosing class:
BaseClient
protected final class BaseClient.ResourceOrBinaryResponseHandler
extends BaseClient.ResourceResponseHandler<org.hl7.fhir.instance.model.api.IBaseResource>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
invokeClient
(String theResponseMimeType, InputStream theResponseInputStream, int theResponseStatusCode, Map<String, List<String>> theHeaders) Methods inherited from class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
getReturnType, setPreferResponseTypes
-
Constructor Details
-
ResourceOrBinaryResponseHandler
protected ResourceOrBinaryResponseHandler()
-
-
Method Details
-
invokeClient
public org.hl7.fhir.instance.model.api.IBaseResource invokeClient(String theResponseMimeType, InputStream theResponseInputStream, int theResponseStatusCode, Map<String, List<String>> theHeaders) throws ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException- Specified by:
invokeClient
in interfaceIClientResponseHandler<org.hl7.fhir.instance.model.api.IBaseResource>
- Overrides:
invokeClient
in classBaseClient.ResourceResponseHandler<org.hl7.fhir.instance.model.api.IBaseResource>
- Throws:
ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-