All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.syndication.io.DelegatingModuleGenerator Maven / Gradle / Ivy

There is a newer version: 3.1.0-incubating
Show newest version
package com.sun.syndication.io;

/**
 * Adds the ability to give a direct wire feed generator reference to plugin
 * modules that need to call back to their wire feed to complete
 * generation of their particular namespace. Examples of such parsers
 * include the SSE091Generator.
 */
public interface DelegatingModuleGenerator extends ModuleGenerator {
    /**
     * Provides a parent wirefeed reference to this ModuleParser,
     * or "plugin-in".
     *
     * @param feedGenerator the parent wirefeed generator for this plugin.
     */
    void setFeedGenerator(WireFeedGenerator feedGenerator);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy