Xindice API

Uses of Package
org.apache.xindice.core.objects

Packages that use org.apache.xindice.core.objects
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
org.apache.xindice.core.objects Defines the Xindice XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. 
org.apache.xindice.core.request Implements several interfaces for extending Xindice resources into the standard Java URLConnection system. 
org.apache.xindice.core.system This package contains system-level classes and XMLObjects. 
 

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

Classes in org.apache.xindice.core.objects used by org.apache.xindice.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 Xindice Reflectable implementations (XMLObjects).
SimpleReflectable
          SimpleReflectable
Variant
          Variant is a generic type that can be used to store any type of Xindice variable.
XMLObject
          XMLObject is an interface used to identify a class as a being a Xindice 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.apache.xindice.core.objects used by org.apache.xindice.core.request
XMLObject
          XMLObject is an interface used to identify a class as a being a Xindice 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.apache.xindice.core.objects used by org.apache.xindice.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 Xindice XML Object.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation