com.jgoodies.bookfinder.request
Class Unmarshaller

java.lang.Object
  extended by com.jgoodies.bookfinder.request.Unmarshaller

public final class Unmarshaller
extends Object

Converts a JDOM root Element into a SearchResult.

Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch

Method Summary
static SearchResult searchResult(org.jdom.Element root)
           
static void setItems(SearchResult result, org.jdom.Element itemsElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

searchResult

public static SearchResult searchResult(org.jdom.Element root)

setItems

public static void setItems(SearchResult result,
                            org.jdom.Element itemsElement)


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