public class HttpMappingResult
extends java.lang.Object
| Constructor and Description |
|---|
HttpMappingResult(MappingResult result) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestinationUrl(ClientRequestFacade requestFacade) |
java.util.Map<java.lang.String,java.lang.String> |
getParameterNameValues() |
HttpProxyRule |
getProxyRule() |
java.lang.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 java.util.Map<java.lang.String,java.lang.String> getParameterNameValues()
public java.lang.String getDestinationUrl(ClientRequestFacade requestFacade)
public java.lang.String[] getRequestUriPaths()
public HttpProxyRule getProxyRule()
public void request(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
java.io.IOExceptionCopyright © 2011-2014 Red Hat. All Rights Reserved.