Package org.cdlib.xtf.dynaXML

Contains the main dynaXML servlet and its supporting classes.

See:
          Description

Interface Summary
DocLocator Iterface that locates lazy or normal data streams for dynaXML document requests.
 

Class Summary
Authenticator Performs all authentication tasks for the servlet, including IP-based, LDAP, and external authentication.
DefaultDocLocator Provides local filesystem-based access to lazy and non-lazy versions of a source XML document.
DefaultDocLocator.LazyPassthru Passes SAX events to a ContentHandler.
DocRequest Holds document information specific to a docId
DynaXML Main dynaXML servlet.
DynaXMLConfig Holds global configuration information for the dynaXML servlet.
IpList Loads and provides quick access to a map of IP addresses.
 

Exception Summary
DynaXMLException A general-purpose exception used for problems that may occasionally happen and are expected to.
InvalidDocumentException This exception is thrown when a requestor attempts to access a document that doesn't exist or the file for it cannot be found.
NoPermissionException This exception is thrown when a requestor fails authentication (ie has the wrong password, IP address, etc).
UnsupportedQueryException This exception is thrown when an attempt is made to apply a text search to a document that isn't present in the index (including a document fetched from a URL.)
 

Package org.cdlib.xtf.dynaXML Description

Contains the main dynaXML servlet and its supporting classes. For information on installing and programming dynaXML, please refer to the XTF Deployment and XTF Programming guides.