| Package | Description |
|---|---|
| com.indexdata.mkjsf.pazpar2 |
Overall control and execution of search logic.
|
| com.indexdata.mkjsf.pazpar2.commands |
Each Pazpar2 command is represented by a class with methods for
setting parameters and running the command against
the selected Pazpar2 service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pz2Client
Search client handling straight Pazpar2 requests.
|
class |
ServiceProxyClient
Search client handling Service Proxy requests.
|
| Modifier and Type | Method and Description |
|---|---|
SearchClient |
SearchClient.cloneMe() |
SearchClient |
Pz2Service.getSearchClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
Pz2Service.configureClient(SearchClient client,
ConfigurationReader configReader)
Configures the selected search client using the selected configuration reader.
|
| Constructor and Description |
|---|
CommandThread(Pazpar2Command command,
SearchClient client,
Responses pzresp) |
| Modifier and Type | Method and Description |
|---|---|
ResponseDataObject |
Pazpar2Command.run(SearchClient client,
Responses pzresp)
Executes the command in a thread.
|