Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rmitest: Javadoc index of package rmitest.


Package Samples:

rmitest

Classes:

RMIGenerator: The RMIGenerator is a generator that reads a String via RMI and generates SAX events. The RMIGenerator extends the ComposerGenerator class. This is done so we can access the ComponentManager to obtain a Parser . The methods invokes to obtain the String via RMI are defined in the ServerFunctions interface in resides in the same package as this generator. A RMI server application that wants to be able to "feed" XML data to this generator must implement the ServerFunctions interface. Usage: Suppose you declare this generator in your sitemap and name it rmigenerator . A typical example of ...
ServerFunctions: The ServerFunctions extends the Remote interface and defines the methods that need to be implemented by a RMI server application that wants to cooperate with the RMIGenerator of this package.

Home | Contact Us | Privacy Policy | Terms of Service