com.indexdata.mkjsf.pazpar2
Interface SearchClient

All Superinterfaces:
Configurable, Serializable
All Known Implementing Classes:
Pz2Client, ServiceProxyClient

public interface SearchClient
extends Configurable, Serializable


Method Summary
 SearchClient cloneMe()
           
 HttpResponseWrapper executeCommand(Pazpar2Command command)
           
 Configuration getConfiguration()
           
 String getServiceUrl()
           
 boolean hasServiceUrl()
           
 boolean isAuthenticatingClient()
           
 void setSearchCommand(Pazpar2Command command)
           
 void setServiceUrl(String url)
           
 
Methods inherited from interface com.indexdata.mkjsf.config.Configurable
configure, documentConfiguration, getDefaults, getModuleName
 

Method Detail

setSearchCommand

void setSearchCommand(Pazpar2Command command)

executeCommand

HttpResponseWrapper executeCommand(Pazpar2Command command)

cloneMe

SearchClient cloneMe()

isAuthenticatingClient

boolean isAuthenticatingClient()

getConfiguration

Configuration getConfiguration()

getServiceUrl

String getServiceUrl()

setServiceUrl

void setServiceUrl(String url)

hasServiceUrl

boolean hasServiceUrl()


Copyright © 2013. All Rights Reserved.