public class MCrsCapabilitiesResponder extends MCbaseResponder
| Constructor and Description |
|---|
MCrsCapabilitiesResponder()
MCrsCapabilitiesResponder 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 RS Capabilities request and response parameters |
public MCrsCapabilitiesResponder()
MCrsCapabilitiesResponder 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 RS Capabilities request and response parametersresponse in interface IMChttpResponderresponse in class MCbaseRespondercontent - org.apache.http.HttpEntity multipart content objectxmlRequestParameters - WADO request parameters encoded as XML stringxmlWadoResponse - WADO response encoded as XML stringorg.apache.http.HttpResponse object