public interface IClientResponseHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
invokeClient(String theResponseMimeType,
InputStream theResponseInputStream,
int theResponseStatusCode,
Map<String,List<String>> theHeaders) |
T invokeClient(String theResponseMimeType, InputStream theResponseInputStream, int theResponseStatusCode, Map<String,List<String>> theHeaders) throws IOException, ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
IOExceptionca.uhn.fhir.rest.server.exceptions.BaseServerResponseExceptionCopyright © 2014–2019 University Health Network. All rights reserved.