|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLQuery | |
---|---|
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 XMLQuery in com.jgoodies.bookfinder.request |
---|
Methods in com.jgoodies.bookfinder.request with parameters of type XMLQuery | |
---|---|
void |
AmazonAccessor.find(XMLQuery query)
Fetches the result for the specified query and sets the result and/or error messages via the controller. |
Uses of XMLQuery in com.jgoodies.bookfinder.request.query |
---|
Classes in com.jgoodies.bookfinder.request.query that implement XMLQuery | |
---|---|
class |
AuthorQuery
Implements XMLQuery to perform author request
using the Amazon.com web service. |
class |
KeywordQuery
An implementation of XMLQuery that performs
a keyword search using the Amazon.com web services. |
class |
SimulatedKeywordQuery
An implementation of XMLQuery that simulates access a keyword
request to the Amazon.com web services. |
Methods in com.jgoodies.bookfinder.request.query that return XMLQuery | |
---|---|
static XMLQuery |
SimulatedKeywordQuery.getSampleQuery()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |