public class HttpMappingResult extends Object
| Constructor and Description |
|---|
HttpMappingResult(MappingResult result) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationUrl(ClientRequestFacade requestFacade) |
Map<String,String> |
getParameterNameValues() |
HttpProxyRule |
getProxyRule() |
String[] |
getRequestUriPaths() |
void |
request(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the HTTP request on the back end service
|
public HttpMappingResult(MappingResult result)
public String getDestinationUrl(ClientRequestFacade requestFacade)
public String[] getRequestUriPaths()
public HttpProxyRule getProxyRule()
public void request(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2011–2014 Red Hat. All rights reserved.