Package 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.

See:
          Description

Class Summary
ByTargetResponse Data from the bytarget command, can be accessed by pzresp.byTarget
CommandError Holds an error encountered during the execution of a command.
Hit Data from the show command, child object of ShowResponse, can be accessed by pzresp.show.hits
InitResponse Data from the init command, can be accessed by pzresp.init
Location Data from the show command, child object of Hit
RecordResponse Data from the record command, can be accessed by pzresp.record
ResponseDataObject Parent class of all response data objects, with generic methods for retrieving data elements
ResponseParser Parses the XML stored in ClientCommandResponses and builds ResponseDataObjects from it.
Responses Provides references to all current data objects and has general methods for clearing certain response data.
SearchResponse Data from the search command (a status message), can be accessed by pzresp.search
ServiceError  
ShowResponse Data from the show command, can be accessed by pzresp.show
StatResponse Data from the stat command, can be accessed by pzresp.stat
Target Data from the bytarget command, child object of ByTargetResponse
TermListResponse Data from the termlist command, child object of TermListsResponse
TermListsResponse Data from the termlist command, can be accessed by pzresp.termLists
TermResponse Data from the termlist command, child object of TermListResponse
TermXTargetResponse Data from the termlist command, child object of TermListResponse
 

Package com.indexdata.mkjsf.pazpar2.data Description

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.

Responses is exposed to the UI as pzresp

Examples:



Copyright © 2013. All Rights Reserved.