Xindice XML-RPC API

org.xmldatabases.xmlrpc
Class XMLRPCHandler

java.lang.Object
  |
  +--org.apache.xindice.util.SimpleConfigurable
        |
        +--org.apache.xindice.server.SimpleScriptComponent
              |
              +--org.xmldatabases.xmlrpc.XMLRPCHandler
All Implemented Interfaces:
org.apache.xindice.util.Configurable, org.apache.xindice.util.Disposable, org.apache.xindice.server.KernelAccess, org.apache.xindice.util.Named, org.apache.xindice.server.ScriptComponent, org.apache.xindice.server.ScriptFilter, org.apache.xindice.server.Versioning

public final class XMLRPCHandler
extends org.apache.xindice.server.SimpleScriptComponent
implements org.apache.xindice.server.ScriptFilter

XMLRPCHandler provides XML-RPC access to basic operations for Xindice


Fields inherited from class org.apache.xindice.server.SimpleScriptComponent
NAME, PACKAGE
 
Constructor Summary
XMLRPCHandler()
           
 
Method Summary
 boolean isPackageFiltered(java.lang.String name)
           
 boolean run(org.apache.xindice.server.Script script, org.apache.xindice.server.Gateway gateway)
           
 void setConfig(org.apache.xindice.util.Configuration config)
           
 void setKernel(org.apache.xindice.server.Kernel kernel)
           
 
Methods inherited from class org.apache.xindice.server.SimpleScriptComponent
dispose, getName, getPackageName, getVersion
 
Methods inherited from class org.apache.xindice.util.SimpleConfigurable
getConfig
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xindice.server.Versioning
getPackageName, getVersion
 
Methods inherited from interface org.apache.xindice.util.Named
getName
 

Constructor Detail

XMLRPCHandler

public XMLRPCHandler()
Method Detail

setKernel

public void setKernel(org.apache.xindice.server.Kernel kernel)
Overrides:
setKernel in class org.apache.xindice.server.SimpleScriptComponent

setConfig

public void setConfig(org.apache.xindice.util.Configuration config)
Overrides:
setConfig in class org.apache.xindice.util.SimpleConfigurable

isPackageFiltered

public boolean isPackageFiltered(java.lang.String name)
Specified by:
isPackageFiltered in interface org.apache.xindice.server.ScriptFilter

run

public boolean run(org.apache.xindice.server.Script script,
                   org.apache.xindice.server.Gateway gateway)
Specified by:
run in interface org.apache.xindice.server.ScriptFilter

Xindice XML-RPC API

Copyright (c) 2001,2002 Kimbro Staken, Kurt Ward, All rights reserved