Xindice API

Uses of Class
org.apache.xindice.util.SimpleConfigurable

Packages that use SimpleConfigurable
org.apache.xindice.core.filer Defines the Xindice Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
org.apache.xindice.core.indexer Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. 
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.query Implements the Xindice QueryEngine and XPathQueryResolver. 
org.apache.xindice.core.system This package contains system-level classes and XMLObjects. 
org.apache.xindice.core.xupdate Defines several classes for Xindice XUpdate query processing. 
org.apache.xindice.server This package contains all of the classes that comprise the Xindice server framework. 
org.apache.xindice.server.components This package contains some Xindice server components. 
org.apache.xindice.server.methods This package contains all of the classes that comprise the Xindice server methods. 
org.apache.xindice.server.services Defines several Services that plug into the Xindice server framework in order to allow Xindice to operate as a stand-alone Server. 
 

Uses of SimpleConfigurable in org.apache.xindice.core.filer
 

Subclasses of SimpleConfigurable in org.apache.xindice.core.filer
 class FSFiler
          FSFiler allows you to use existing file systems withing Xindice.
 class MemFiler
          MemFiler is an In-Memory Filer implementation for Xindice.
 

Uses of SimpleConfigurable in org.apache.xindice.core.indexer
 

Subclasses of SimpleConfigurable in org.apache.xindice.core.indexer
 class IndexManager
          IndexManager is a class that manages Indexes.
 

Uses of SimpleConfigurable in org.apache.xindice.core.objects
 

Subclasses of SimpleConfigurable in org.apache.xindice.core.objects
 class SimpleReflectable
          SimpleReflectable
 class SimpleXMLObject
          SimpleXMLObject
 class XMLObjectManager
          XMLObjectManager manages XMLObject instances.
 

Uses of SimpleConfigurable in org.apache.xindice.core.query
 

Subclasses of SimpleConfigurable in org.apache.xindice.core.query
 class QueryEngine
          QueryEngine is the Xindice Query Engine.
 class XPathQueryResolver
          XPathQueryResolver
 

Uses of SimpleConfigurable in org.apache.xindice.core.system
 

Subclasses of SimpleConfigurable in org.apache.xindice.core.system
 class Sequencer
          Sequencer is a system-level sequencer for creating auto-incrementing values.
 

Uses of SimpleConfigurable in org.apache.xindice.core.xupdate
 

Subclasses of SimpleConfigurable in org.apache.xindice.core.xupdate
 class XUpdateQueryResolver
          XUpdateQueryResolver
 

Uses of SimpleConfigurable in org.apache.xindice.server
 

Subclasses of SimpleConfigurable in org.apache.xindice.server
 class SimpleScript
          SimpleScript is an extendable implementation of the Script and ScriptComponent interfaces.
 class SimpleScriptComponent
          SimpleScriptComponent is an extendable implementation of the ScriptComponent interface.
 

Uses of SimpleConfigurable in org.apache.xindice.server.components
 

Subclasses of SimpleConfigurable in org.apache.xindice.server.components
 class BasicAuthentication
          BasicAuthentication is an implementation of ScriptFilter that implements HTTP BASIC authentication.
 class DBConduit
          DBConduit provides a JDBC Connection pooling mechanism.
 

Uses of SimpleConfigurable in org.apache.xindice.server.methods
 

Subclasses of SimpleConfigurable in org.apache.xindice.server.methods
 class GET
          GET is an HTTP 1.1 compliant GET method.
 class PUT
          PUT probably needs serious fixing
 

Uses of SimpleConfigurable in org.apache.xindice.server.services
 

Subclasses of SimpleConfigurable in org.apache.xindice.server.services
 class APIService
          APIService provides a simple bootstrap for the CORBA API
 class HTTPServer
          HTTPServer is as close to an HTTP/1.1 implementation as you can get in a script-based web server.
 class SocketServer
          SocketServer is the generic base class for all of Xindice's Socket-based Services.
 class XindiceService
          XindiceService controls the Xindice server instance.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation