Xindice API

org.apache.xindice.core.objects
Interface XMLObject

All Superinterfaces:
Configurable, Named, Reflectable
All Known Implementing Classes:
SimpleXMLObject

public interface XMLObject
extends Reflectable, Named, Configurable

XMLObject is an interface used to identify a class as a being a Xindice XML Object. An XML Object is an object that is designed specifically to extend or refine access to a Xindice Collection.


Fields inherited from interface org.apache.xindice.core.objects.Reflectable
NO_PARAMS
 
Method Summary
 Collection getCollection()
           
 void setCollection(Collection collection)
           
 
Methods inherited from interface org.apache.xindice.core.objects.Reflectable
getReflector, queryInterface
 
Methods inherited from interface org.apache.xindice.util.Named
getName
 
Methods inherited from interface org.apache.xindice.util.Configurable
getConfig, setConfig
 

Method Detail

setCollection

public void setCollection(Collection collection)

getCollection

public Collection getCollection()

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation