Class Unmarshaller

java.lang.Object
org.exolab.castor.xml.Unmarshaller

public class Unmarshaller extends Object
An unmarshaller to allowing unmarshalling of XML documents to Java Objects. The Class must specify the proper access methods (setters/getters) in order for instances of the Class to be properly unmarshalled.
Version:
$Revision$ $Date: 2006-02-23 14:16:51 -0700 (Thu, 23 Feb 2006) $
Author:
Keith Visco