public class MChttpResponder extends java.lang.Object implements IMChttpResponder
| Constructor and Description |
|---|
MChttpResponder()
MChttpConverter constructor |
| 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
org.apache.http.HttpResponse object from HttpEntity multipart content based on request and response parameters |
public MChttpResponder()
MChttpConverter constructorpublic 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