|
Class Summary |
| DataSourceHelper |
A Helper class providing convenience functions for serving data source requests. |
| DataSourceRequest |
This class contains all information concerning a data source request. |
| DataSourceServlet |
An abstract class for data source servlet implementations. |
| QueryPair |
A product of splitQuery() method, composed of a data source query to be executed first by
the data source and a second completion query to be executed on the results of the
first one by the query engine. |
| QuerySplitter |
A utility class for splitting the user query into a data source query and a completion query. |
| ResponseWriter |
A helper class responsible for writing a response message on a HttpServletResponse. |