Uses of Class
com.jgoodies.bookfinder.request.WebService

Packages that use WebService
com.jgoodies.bookfinder.model Provide models, actions and model operations. 
com.jgoodies.bookfinder.request.query Types that describe the queries used to request books from the Amazon.com web service. 
 

Uses of WebService in com.jgoodies.bookfinder.model
 

Methods in com.jgoodies.bookfinder.model that return WebService
 WebService MainModel.getWebService()
          Returns the description of the web service.
 

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

Constructors in com.jgoodies.bookfinder.request.query with parameters of type WebService
AuthorQuery(WebService webService, String searchData)
          Constructs an author query using the specified web service and search data.
KeywordQuery(WebService webService, String searchData)
          Constructs a keyword query using the specified web service and search data.
 



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