Uses of Class
com.indexdata.masterkey.pazpar2.client.exceptions.Pazpar2IOException

Packages that use Pazpar2IOException
com.indexdata.masterkey.pazpar2.client   
com.indexdata.masterkey.pazpar2.client.exceptions   
 

Uses of Pazpar2IOException in com.indexdata.masterkey.pazpar2.client
 

Methods in com.indexdata.masterkey.pazpar2.client that throw Pazpar2IOException
 Pazpar2Client Pazpar2ClientTorus.cloneMe()
           
 Pazpar2Client Pazpar2ClientGeneric.cloneMe()
           
 Pazpar2Client Pazpar2Client.cloneMe()
          Creates a Pazpar2 client clone with the same Pazpar2 configuration and target settings as the original.
 void Pazpar2ClientTorus.init()
          Initializes a Pazpar2 sessions while clearing any statically defined databases from Pazpar2's configuration and loading and from the target repository and setting them up on the session.
 void Pazpar2ClientGeneric.init()
          Initializes a Pazpar2 session while retaining statically defined databases from Pazpar2's configuration
 void Pazpar2Client.init()
          Obtain new pazpar2 session valid for unspecified time period.
 Document Pazpar2Client.recordRequest(String recid)
          Makes a non-managed/transient pazpar2 record request.
 Document AbstractPazpar2Client.recordRequest(String recid)
           
 Document Pazpar2Client.recordRequest(String recid, int offset)
          Makes a non-managed/transient pazpar2 record offset request.
 Document AbstractPazpar2Client.recordRequest(String recid, int offset)
           
protected  AbstractPazpar2Client.HttpResponse AbstractPazpar2Client.request(String queryString)
          Send pazpar2 protocol request.
 Document Pazpar2Client.searchRequest(String queryString)
          Makes a non-managed pazpar2 search request on a cloned pazpar2 client This is for 'embedded' pazpar2 requests by other plug-ins than Relay and independently of the main pazpar2 session.
 Document AbstractPazpar2Client.searchRequest(String queryString)
           
protected  void AbstractPazpar2Client.sendInit(boolean clear)
          Initializes a Pazpar2 session and stores the Pazpar2 session ID with the proxy client
protected  void AbstractPazpar2Client.sendInit(Document service)
           
protected  AbstractPazpar2Client.HttpResponse AbstractPazpar2Client.sendRequest(String encodedParams)
          Sends a Pazpar2 request off to the configured Pazpar2 URL and with the provided parameters
 Document Pazpar2Client.showRequest()
          Makes a non-managed/transient pazpar2 show request.
 Document AbstractPazpar2Client.showRequest()
           
 

Uses of Pazpar2IOException in com.indexdata.masterkey.pazpar2.client.exceptions
 

Subclasses of Pazpar2IOException in com.indexdata.masterkey.pazpar2.client.exceptions
 class Pazpar2MalformedOutputException
           
 



Copyright © 2012. All Rights Reserved.