public class HttpSimpleGetClientInvocation extends BaseHttpClientInvocation
| Constructor and Description |
|---|
HttpSimpleGetClientInvocation(String theUrlPath) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.HttpRequestBase |
asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint)
Create an HTTP request out of this client request
|
addHeader, addHeadersToRequest, appendExtraParamsWithQuestionMarkpublic HttpSimpleGetClientInvocation(String theUrlPath)
public org.apache.http.client.methods.HttpRequestBase asHttpRequest(String theUrlBase, Map<String,List<String>> theExtraParams, EncodingEnum theEncoding, Boolean thePrettyPrint)
BaseHttpClientInvocationasHttpRequest in class BaseHttpClientInvocationtheUrlBase - The FHIR server base url (with a trailing "/")theExtraParams - Any extra request parameters the server wishes to addtheEncoding - The encoding to use for any serialized content sent to the
serverCopyright © 2014–2016 University Health Network. All rights reserved.