Uses of Interface
com.indexdata.mkjsf.pazpar2.SearchClient

Packages that use SearchClient
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. 
 

Uses of SearchClient in com.indexdata.mkjsf.pazpar2
 

Classes in com.indexdata.mkjsf.pazpar2 that implement SearchClient
 class Pz2Client
          Search client handling straight Pazpar2 requests.
 class ServiceProxyClient
          Search client handling Service Proxy requests.
 

Fields in com.indexdata.mkjsf.pazpar2 declared as SearchClient
protected  SearchClient Pz2Service.searchClient
           
 

Methods in com.indexdata.mkjsf.pazpar2 that return SearchClient
 SearchClient SearchClient.cloneMe()
           
 SearchClient Pz2Service.getSearchClient()
           
 

Methods in com.indexdata.mkjsf.pazpar2 with parameters of type SearchClient
 void Pz2Service.configureClient(SearchClient client, ConfigurationReader configReader)
          Configures the selected search client using the selected configuration reader.
 

Constructors in com.indexdata.mkjsf.pazpar2 with parameters of type SearchClient
CommandThread(Pazpar2Command command, SearchClient client, Responses pzresp)
           
 

Uses of SearchClient in com.indexdata.mkjsf.pazpar2.commands
 

Methods in com.indexdata.mkjsf.pazpar2.commands with parameters of type SearchClient
 ResponseDataObject Pazpar2Command.run(SearchClient client, Responses pzresp)
          Executes the command in a thread.
 



Copyright © 2013. All Rights Reserved.