Class UnmarshalHandler

java.lang.Object
org.exolab.castor.xml.UnmarshalHandler
All Implemented Interfaces:
ContentHandler, DocumentHandler, ErrorHandler

public final class UnmarshalHandler extends Object implements ContentHandler, DocumentHandler, ErrorHandler
An unmarshaller to allowing unmarshaling 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 unmarshaled.
Version:
$Revision$ $Date: 2006-05-25 06:41:12 -0600 (Thu, 25 May 2006) $
Author:
Keith Visco