Java Reference
In-Depth Information
The SearchResults object returned from the authorSearch method holds a List<Book> , so
you can just use regular methods in the List interface, such as get, to navigate the results. In
this way, JAX-WS affords a very natural programming model.
Search WWH ::




Custom Search