Methods Summary |
---|
public abstract void | getBookAuthor(java.lang.String title, javax.xml.rpc.holders.StringHolder author)Gets the author for a books with a given title
|
public abstract int | getBookCount()Gets the number of books known to the service
|
public abstract java.lang.String | getBookTitle(int index)Gets the title of a given book.
|
public abstract boolean | isUpperCase()Returns whether book titles are being forced to
upper case.
|
public abstract void | log(java.lang.String value)Makes a log entry.
|
public abstract void | setUpperCase(boolean cond)Sets whether book titles returned by the
getBookTitle() method should be in upper case.
|