Xindice API

Uses of Interface
org.apache.xindice.server.KernelAccess

Packages that use KernelAccess
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. 
org.apache.xindice.server.standard This package contains all of the classes that comprise the Xindice server framework standard API implements. 
 

Uses of KernelAccess in org.apache.xindice.server
 

Classes in org.apache.xindice.server that implement KernelAccess
 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 KernelAccess in org.apache.xindice.server.components
 

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

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

Classes in org.apache.xindice.server.methods that implement KernelAccess
 class GET
          GET is an HTTP 1.1 compliant GET method.
 class PUT
          PUT probably needs serious fixing
 

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

Classes in org.apache.xindice.server.services that implement KernelAccess
 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.
 

Uses of KernelAccess in org.apache.xindice.server.standard
 

Classes in org.apache.xindice.server.standard that implement KernelAccess
 class StdComponentManager
          StdComponentManager
 class StdFileManager
          StdFileManager
 class StdLogManager
          StdLogManager
 class StdResourceManager
          StdResourceManager
 class StdScriptManager
          StdScriptManager
 class StdServiceManager
          StdServiceManager
 class StdUserManager
          StdUserManager
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation