public interface SruSrwClientInterface
| Modifier and Type | Method and Description |
|---|---|
Map |
callSruSrwProvider(String identifier)
Looks up using SRU/SRW defined endpoint an identifier (normally ISBN)
and returns the first record returned by SRU/SRW as a HashMap of fields
|
Map callSruSrwProvider(String identifier) throws Exception
identifier - Normally the isbn of the book to search,
expressed in the "xxxxxxxxxx" format
Exception - if either parameters are incorrect, the SRU/SRW enpoint
cannot be called, if the returned XML cannot be parsed or
if the record identified by identifier could not be found by providerCopyright © 2003-2017 The Virtual Library Team. All Rights Reserved.