1 // 2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v@@BUILD_VERSION@@ 3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 4 // Any modifications to this file will be lost upon recompilation of the source schema. 5 // Generated on: 2005.06.30 um 05:21:08 CEST 6 // 7 8 package de.nierbeck.timeTrack.model.impl.runtime; 9 10 /*** 11 * Generated classes have to implement this interface for it to be 12 * unmarshallable. 13 * 14 * @author Kohsuke KAWAGUCHI 15 */ 16 public interface UnmarshallableObject { 17 /*** 18 * Creates an unmarshaller that will unmarshall this object. 19 */ 20 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context); 21 }