Uses of Interface
de.dfki.lt.hog.XmlRpcClientInterface

Packages that use XmlRpcClientInterface
de.dfki.lt.hog   
de.dfki.lt.hog.modules.test   
de.dfki.lt.hog.test   
 

Uses of XmlRpcClientInterface in de.dfki.lt.hog
 

Classes in de.dfki.lt.hog that implement XmlRpcClientInterface
 class XmlRpcApplication
          An XmlRpcApplication provides methods and fields for an application which uses the XML-RPC protocol to communicate with MoCoMan.
 class XmlRpcModule
          Encapsulates all methods needed to communicate via XML-RPC with a remote module.
 

Uses of XmlRpcClientInterface in de.dfki.lt.hog.modules.test
 

Classes in de.dfki.lt.hog.modules.test that implement XmlRpcClientInterface
 class SampleRemoteTagger
          This module can only communicate with an adaptor, a remote module, via XML-RPC.
 

Uses of XmlRpcClientInterface in de.dfki.lt.hog.test
 

Classes in de.dfki.lt.hog.test that implement XmlRpcClientInterface
 class SampleXmlRpcApplication
          This class demonstrates how to connect create and connect to a MoCoManServer and how to use that server to invoke methods remotely via XML-RPC.