public interface IMChttpResponder
HttpResponse
object from
HttpEntity
multipart content based on request and response parametersModifier 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 string
xmlWadoResponse
- WADO response encoded as XML string
HttpResponse
object