Uses of Class
com.jgoodies.bookfinder.domain.SearchResult

Packages that use SearchResult
com.jgoodies.bookfinder.request Contains classes that describe and contact the Amazon.com web service and unmarshal the received XML contents. 
com.jgoodies.bookfinder.request.query Types that describe the queries used to request books from the Amazon.com web service. 
 

Uses of SearchResult in com.jgoodies.bookfinder.request
 

Methods in com.jgoodies.bookfinder.request that return SearchResult
static SearchResult Unmarshaller.searchResult(org.jdom.Element root)
           
 

Methods in com.jgoodies.bookfinder.request with parameters of type SearchResult
static void Unmarshaller.setItems(SearchResult result, org.jdom.Element itemsElement)
           
 

Uses of SearchResult in com.jgoodies.bookfinder.request.query
 

Methods in com.jgoodies.bookfinder.request.query that return SearchResult
 SearchResult XMLQuery.executeQuery()
          Executes this XML query and returns the SearchResult object generated by the query.
 



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.