Class | Description |
---|---|
ClientLauncher |
Launches the client that consumes methods of the query engine service, via
communicating with the server, so the server must have been launched too.
|
QueryEngineService |
Acts as a RESTful web service.
|
QueryEngineServiceClient |
A RESTful service client made for consuming methods of the query engine service (
QueryEngineService ). |
QueryEngineServiceClientGUI |
A GUI for the RESTful query engine service client.
|
QueryEngineServiceResponse |
Contains information that is a response to a query about services.
|
QueryEngineServiceServer |
A server for the (RESTful) query engine service.It is bind to the
QueryEngineService class.When start method is called,
a new server thread is created, which handles requests about the query engine service 's methods. |
QueryExampleSerFilesProducer | |
ServerAndClientLauncher |
Launches both the server for the query engine service, and the client
|
ServerLauncher |
Launches the server of the query engine service, waiting for requests by a client.
|