
Package ca.uhn.fhir.rest.client.method
Interface IClientResponseHandler<T>
- All Known Subinterfaces:
IClientResponseHandlerHandlesBinary<T>
- All Known Implementing Classes:
BaseClient.ResourceOrBinaryResponseHandler,BaseClient.ResourceResponseHandler,BaseMethodBinding,BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody,BaseResourceReturningMethodBinding,ConformanceMethodBinding,CreateMethodBinding,DeleteMethodBinding,HistoryMethodBinding,OperationMethodBinding,PageMethodBinding,PatchMethodBinding,ReadMethodBinding,SearchMethodBinding,TransactionMethodBinding,UpdateMethodBinding,ValidateMethodBindingDstu2Plus
public interface IClientResponseHandler<T>
-
Method Summary
Modifier and TypeMethodDescriptioninvokeClient(String theResponseMimeType, InputStream theResponseInputStream, int theResponseStatusCode, Map<String, List<String>> theHeaders)
-
Method Details
-
invokeClient
T invokeClient(String theResponseMimeType, InputStream theResponseInputStream, int theResponseStatusCode, Map<String, List<String>> theHeaders) throws IOException, ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException- Throws:
IOExceptionca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
-