com.dtolabs.client.utils
Interface WebserviceHttpClient

All Superinterfaces:
BaseHttpClient, ServerResponse, WebserviceResponse

public interface WebserviceHttpClient
extends BaseHttpClient, WebserviceResponse

WebserviceHttpClient is the interface for making Colony requests to the Webservice application. Once an instance has been obtained via a WebserviceHttpClientFactory instance, then the BaseHttpClient.makeRequest() method can be called, and the response evaluated.


Method Summary
 
Methods inherited from interface com.dtolabs.client.utils.BaseHttpClient
getContentLengthRetrieved, getRequestMethod, makeRequest, setMethodType, setRequestHeader
 
Methods inherited from interface com.dtolabs.client.utils.WebserviceResponse
getResponseMessage, getResultDoc, hasResultDoc, isErrorResponse, isValidResponse
 
Methods inherited from interface com.dtolabs.client.utils.ServerResponse
getResponseBody, getResultContentType, getResultStream