public interface IMChttpResponder
HttpResponse object from
HttpEntity multipart content based on request and response parameters| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpResponse |
response(org.apache.http.HttpEntity content,
MCreference<java.lang.String> xmlRequestParameters,
MCreference<java.lang.String> xmlWadoResponse)
Creates
HttpResponse object from HttpEntity multipart content based on request and response parameters |
org.apache.http.HttpResponse response(org.apache.http.HttpEntity content,
MCreference<java.lang.String> xmlRequestParameters,
MCreference<java.lang.String> xmlWadoResponse)
HttpResponse object from HttpEntity multipart content based on request and response parameterscontent - HttpEntity multipart content objectxmlRequestParameters - WADO request parameters encoded as XML stringxmlWadoResponse - WADO response encoded as XML stringHttpResponse object