|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GatewayResolver
Implementations of this should only have a default constructor if you plan on constructing them via the web.xml.
| Method Summary | |
|---|---|
boolean |
hasGatewayedAlready(javax.servlet.http.HttpServletRequest request,
java.lang.String serviceUrl)
Determines if the request has been gatewayed already. |
java.lang.String |
storeGatewayInformation(javax.servlet.http.HttpServletRequest request,
java.lang.String serviceUrl)
Storage the request for gatewaying and return the service url, which can be modified. |
| Method Detail |
|---|
boolean hasGatewayedAlready(javax.servlet.http.HttpServletRequest request,
java.lang.String serviceUrl)
request - the Http Servlet RequestserviceUrl - the service url
java.lang.String storeGatewayInformation(javax.servlet.http.HttpServletRequest request,
java.lang.String serviceUrl)
request - the HttpServletRequest.serviceUrl - the service url
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||