<?xml version="1.0" encoding="UTF-8"?>
<!--

  Copyright (c) 2009 The JOMC Project
  Copyright (c) 2005 Christian Schulte <cs@jomc.org>
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the
      distribution.

  THIS SOFTWARE IS PROVIDED BY THE JOMC PROJECT AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE JOMC PROJECT OR
  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  $Id: jomc.xml 1169 2009-12-15 16:36:25Z schulte2005 $

-->
<module xmlns="http://jomc.org/model"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://jomc.org/model http://jomc.org/model/jomc-1.0.xsd"
        name="JOMC API" version="1.0-alpha-13" vendor="The JOMC Project" modelVersion="1.0">

  <documentation defaultLanguage="en">
    <text language="en"><![CDATA[Object management and configuration application programming interface.]]></text>
  </documentation>

  <specifications>
    <!-- *********************************************************************************************************** -->
    <specification identifier="org.jomc.ObjectManager" class="org.jomc.ObjectManager" classDeclaration="true"
                   vendor="The JOMC Project" version="1.0" multiplicity="One" scope="Singleton">

      <documentation defaultLanguage="en">
        <text language="en">Manages objects.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte" version="1.0" mail="cs@jomc.org" createDate="2005-07-25T19:56:45Z"/>
      </authors>
    </specification>
  </specifications>

  <implementations>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="org.jomc.ObjectManagementException" class="org.jomc.ObjectManagementException"
                    classDeclaration="true" name="JOMC API" version="1.0-alpha-13"
                    vendor="The JOMC Project" final="true">

      <documentation defaultLanguage="en">
        <text language="en">Gets thrown whenever an unexpected error condition is detected.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte" version="1.0" mail="cs@jomc.org" createDate="2005-07-25T19:56:45Z"/>
      </authors>
    </implementation>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="org.jomc.ObjectManagerFactory" class="org.jomc.ObjectManagerFactory"
                    classDeclaration="true" name="JOMC API" version="1.0-alpha-13"
                    vendor="The JOMC Project" final="true">

      <documentation defaultLanguage="en">
        <text language="en">Factory for the {@code ObjectManager} singleton.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte" version="1.0" mail="cs@jomc.org" createDate="2005-07-25T19:56:45Z"/>
      </authors>
    </implementation>
  </implementations>
</module>
