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
Constructors Modifier Constructor Description protectedResourceOrBinaryResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.instance.model.api.IBaseResourceinvokeClient(String theResponseMimeType, InputStream theResponseInputStream, int theResponseStatusCode, Map<String,List<String>> theHeaders)-
Methods inherited from class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
setPreferResponseTypes
-
-
-
-
Constructor Detail
-
ResourceOrBinaryResponseHandler
protected ResourceOrBinaryResponseHandler()
-
-
Method Detail
-
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:
invokeClientin interfaceIClientResponseHandler<org.hl7.fhir.instance.model.api.IBaseResource>- Overrides:
invokeClientin classBaseClient.ResourceResponseHandler<org.hl7.fhir.instance.model.api.IBaseResource>- Throws:
ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-
-