dbXML API

Uses of Package
org.dbxml.core.objects

Packages that use org.dbxml.core.objects
org.dbxml.core This is the top-level package for all dbXML Core functionality. 
org.dbxml.core.objects Defines the dbXML XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. 
org.dbxml.core.request Implements several interfaces for extending dbXML resources into the standard Java URLConnection system. 
org.dbxml.core.system This package contains system-level classes and XMLObjects. 
org.dbxml.tests Implements a few tools used to test various aspects of dbXML as it is under development. 
 

Classes in org.dbxml.core.objects used by org.dbxml.core
XMLObject
          XMLObject is an interface used to identify a class as a being a dbXML XML Object.
XMLObjectManager
          XMLObjectManager manages XMLObject instances.
 

Classes in org.dbxml.core.objects used by org.dbxml.core.objects
Args
          Args exposes a set of named Variants.
Reflectable
          Reflectable is the base interface for XMLObjects, allowing them to expose a Reflector for performing method introspection and execution against the Object.
Reflector
          Reflector is an Object reflection and method invocation utility for dbXML Reflectable implementations (XMLObjects).
SimpleReflectable
          SimpleReflectable
Variant
          Variant is a generic type that can be used to store any type of dbXML variable.
XMLObject
          XMLObject is an interface used to identify a class as a being a dbXML XML Object.
XMLObjectException
          A XMLObjectException is thrown by the Reflector if an exception occurs in the reflection, lookup, or execution of an XMLObject's method.
 

Classes in org.dbxml.core.objects used by org.dbxml.core.request
XMLObject
          XMLObject is an interface used to identify a class as a being a dbXML XML Object.
XMLObjectException
          A XMLObjectException is thrown by the Reflector if an exception occurs in the reflection, lookup, or execution of an XMLObject's method.
 

Classes in org.dbxml.core.objects used by org.dbxml.core.system
Reflectable
          Reflectable is the base interface for XMLObjects, allowing them to expose a Reflector for performing method introspection and execution against the Object.
SimpleReflectable
          SimpleReflectable
SimpleXMLObject
          SimpleXMLObject
XMLObject
          XMLObject is an interface used to identify a class as a being a dbXML XML Object.
 

Classes in org.dbxml.core.objects used by org.dbxml.tests
Reflectable
          Reflectable is the base interface for XMLObjects, allowing them to expose a Reflector for performing method introspection and execution against the Object.
SimpleReflectable
          SimpleReflectable
SimpleXMLObject
          SimpleXMLObject
XMLObject
          XMLObject is an interface used to identify a class as a being a dbXML XML Object.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved