com.sun.syndication.propono.atom.common.rome
Class PubControlModuleGenerator

java.lang.Object
  extended by com.sun.syndication.propono.atom.common.rome.PubControlModuleGenerator
All Implemented Interfaces:
ModuleGenerator

public class PubControlModuleGenerator
extends Object
implements ModuleGenerator

Creates JDOM representation for PubControl Extension Module.


Constructor Summary
PubControlModuleGenerator()
           
 
Method Summary
 void generate(Module module, org.jdom.Element element)
          Genetate JDOM representation of module.
protected  org.jdom.Element generateSimpleElement(String name, String value)
           
 Set getNamespaces()
          Get Namespaces
 String getNamespaceUri()
          Namespace URI of Atom protocol feed extensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PubControlModuleGenerator

public PubControlModuleGenerator()
Method Detail

getNamespaceUri

public String getNamespaceUri()
Namespace URI of Atom protocol feed extensions

Specified by:
getNamespaceUri in interface ModuleGenerator

getNamespaces

public Set getNamespaces()
Get Namespaces

Specified by:
getNamespaces in interface ModuleGenerator

generate

public void generate(Module module,
                     org.jdom.Element element)
Genetate JDOM representation of module.

Specified by:
generate in interface ModuleGenerator

generateSimpleElement

protected org.jdom.Element generateSimpleElement(String name,
                                                 String value)