Package de.dfki.lt.hog

Interface Summary
XmlRpcClientInterface This interface provides three basic operation for XML-RPC communication as a client.
XmlRpcServerInterface Provides basic operations for XML-RPC communication as a server.
 

Class Summary
Adaptor Adaptor is an abstract class which provides methods for a remote module that functions as an XML-RPC server.
Annotation Provides methods to handle an annotation during a session.
AnnotationCollection An AnnotationCollection comprises all Annotation objects created during a session.
Application An abstract class providing some basic methods an objects for an application.
Launcher Laucher provides static methods that initialize and register all modules in the local registry and in the rmi registry.
Metadata Represents Metadata objects, holding all relevant metadata information.
MoCoMan The Module Communication Manager for the DeepThought project.
MoCoManServer This is a single threaded server running as an XML-RPC front-end to MoCoMan.
Module Module is an abstract class that provides methods for a module to process an XML string or a DOM tree, respectively.
Query A small class for storing query specific data such as span and depth.
Registry Registry provides methods to store and retrieve Modules in a central hashmap.
Session In a session a
TransformationService Service class mainly for module implementations that make use of XSLT transformations.
XmlRpcApplication An XmlRpcApplication provides methods and fields for an application which uses the XML-RPC protocol to communicate with MoCoMan.
XmlRpcModule Encapsulates all methods needed to communicate via XML-RPC with a remote module.