Uses of Class
com.indexdata.mkjsf.pazpar2.ClientCommandResponse

Packages that use ClientCommandResponse
com.indexdata.mkjsf.pazpar2 Overall control and execution of search logic. 
com.indexdata.mkjsf.pazpar2.data Pazpar2 responses produced by Pazpar2 commands are parsed by the ResponseParser, which outputs response data objects that are accessible to the UI through the class Responses. 
 

Uses of ClientCommandResponse in com.indexdata.mkjsf.pazpar2
 

Methods in com.indexdata.mkjsf.pazpar2 that return ClientCommandResponse
 ClientCommandResponse ServiceProxyClient.postInitDoc(String filePath)
           
 ClientCommandResponse ServiceProxyClient.send(Pazpar2Command command)
          Makes the request
 

Uses of ClientCommandResponse in com.indexdata.mkjsf.pazpar2.data
 

Methods in com.indexdata.mkjsf.pazpar2.data with parameters of type ClientCommandResponse
 ResponseDataObject ResponseParser.getDataObject(ClientCommandResponse response)
          Parses a Pazpar2 XML response -- or an error response as XML -- and produces a ResponseDataObject object, i.e.
 



Copyright © 2013. All Rights Reserved.