public abstract class MCbaseResponder extends java.lang.Object implements IMChttpResponder
IMChttpResponder interface| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.http.HttpResponse |
response(org.apache.http.HttpEntity content,
MCreference<java.lang.String> xmlRequestParameters,
MCreference<java.lang.String> xmlWadoResponse)
Creates
org.apache.http.HttpResponse object from HttpEntity multipart content based on request and response parameters |
public abstract org.apache.http.HttpResponse response(org.apache.http.HttpEntity content,
MCreference<java.lang.String> xmlRequestParameters,
MCreference<java.lang.String> xmlWadoResponse)
org.apache.http.HttpResponse object from HttpEntity multipart content based on request and response parametersresponse in interface IMChttpRespondercontent - org.apache.http.HttpEntity multipart content objectxmlRequestParameters - WADO request parameters encoded as XML stringxmlWadoResponse - WADO response encoded as XML stringorg.apache.http.HttpResponse object