KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > mvnforum > jaxb > db > impl > runtime > UnmarshallableObject


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs
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.12.17 at 09:43:27 AM GMT+07:00
6
//
7

8 package com.mvnforum.jaxb.db.impl.runtime;
9
10
11 /**
12  * Generated classes have to implement this interface for it
13  * to be unmarshallable.
14  *
15  * @author Kohsuke KAWAGUCHI
16  */

17 public interface UnmarshallableObject
18 {
19     /**
20      * Creates an unmarshaller that will unmarshall this object.
21      */

22     UnmarshallingEventHandler createUnmarshaller( UnmarshallingContext context );
23 }
24
Popular Tags