01: //
02: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
03: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
04: // Any modifications to this file will be lost upon recompilation of the source schema.
05: // Generated on: 2005.03.04 at 10:20:40 PST
06: //
07:
08: package com.nabhinc.portal.config.impl.runtime;
09:
10: /**
11: * Generated classes have to implement this interface for it
12: * to be 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(
21: UnmarshallingContext context);
22: }
|