001    //
002    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.1-05/30/2003 05:06 AM(java_re)-fcs 
003    // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004    // Any modifications to this file will be lost upon recompilation of the source schema. 
005    // Generated on: 2004.10.11 at 12:13:34 EDT 
006    //
007    
008    /*
009     * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
010     * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
011     */
012    
013    /*
014     * @(#)$Id: UnmarshallableObject.java,v 1.4 2003/05/14 18:36:18 lschwenk Exp $
015     */
016    package astronomy.data.spectra.impl.runtime;
017    
018    
019    /**
020     * Generated classes have to implement this interface for it
021     * to be unmarshallable.
022     * 
023     * @author      Kohsuke KAWAGUCHI
024     */
025    public interface UnmarshallableObject
026    {
027        /**
028         * Creates an unmarshaller that will unmarshall this object.
029         */
030        UnmarshallingEventHandler createUnmarshaller( UnmarshallingContext context );
031    }