Parses the query string to determine the base route for handing a query off to an RPC handler. @return the base route @throws BadRequestException if some necessary part of the query cannot be parsed.
()
| 314 | * be parsed. |
| 315 | */ |
| 316 | public abstract String getQueryBaseRoute(); |
| 317 | |
| 318 | /** |
| 319 | * Attempts to parse the character set from the request header. If not set |