Xindice API
version 1.1b3

org.apache.xindice.server.rpc.messages
Class Query

java.lang.Object
  |
  +--org.apache.xindice.server.rpc.RPCDefaultMessage
        |
        +--org.apache.xindice.server.rpc.messages.Query
All Implemented Interfaces:
RPCMessage

public class Query
extends RPCDefaultMessage

Executes a query against a document or collection

Version:
CVS $Revision: 1.8 $, $Date: 2003/12/19 13:55:28 $

Fields inherited from class org.apache.xindice.server.rpc.RPCDefaultMessage
API_NAME, API_VERSION, COLLECTION, COMPRESSED, CONFIGURATION, DOCUMENT, MAXKEYSIZE, META, MISSING_COLLECTION_PARAM, MISSING_CONFIGURATION_PARAM, MISSING_DOCUMENT_PARAM, MISSING_META_CONFIGURATION, MISSING_META_PARAM, MISSING_NAME_PARAM, MISSING_PATTERN_PARAM, MISSING_QUERY_PARAM, MISSING_TIMESTAMP_PARAM, MISSING_TYPE_PARAM, NAME, NAMESPACES, PAGESIZE, PATTERN, QUERY, RESULT, TIMESTAMP, TYPE
 
Constructor Summary
Query()
           
 
Method Summary
 java.util.Hashtable execute(java.util.Hashtable message)
           
protected  NamespaceMap mapNamespaces(java.util.Hashtable namespaces)
          Maps a Hashtable containing namespace definitions into a Xindice NamespaceMap.
 
Methods inherited from class org.apache.xindice.server.rpc.RPCDefaultMessage
getCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query()
Method Detail

execute

public java.util.Hashtable execute(java.util.Hashtable message)
                            throws java.lang.Exception

mapNamespaces

protected NamespaceMap mapNamespaces(java.util.Hashtable namespaces)
Maps a Hashtable containing namespace definitions into a Xindice NamespaceMap.
Parameters:
namespaces -  
Returns:
A NamespaceMap

Xindice API
version 1.1b3

Copyright (c) 1999-2003 The Apache Software Foundation. All Rights Reserved.