Class WinOpenSearchGenerator

java.lang.Object
com.saperion.rs.rome.modules.WinOpenSearchGenerator
All Implemented Interfaces:
com.sun.syndication.io.ModuleGenerator

public class WinOpenSearchGenerator extends Object implements com.sun.syndication.io.ModuleGenerator
The WinOpenSearchGenerator for the WinOpenSearchModule.
Author:
sts
  • Constructor Details

    • WinOpenSearchGenerator

      public WinOpenSearchGenerator()
  • Method Details

    • generate

      public void generate(com.sun.syndication.feed.module.Module module, org.jdom.Element element)
      Specified by:
      generate in interface com.sun.syndication.io.ModuleGenerator
    • generateSimpleElement

      protected org.jdom.Element generateSimpleElement(String name, String value)
      Generates a single element by the given parameters.
      Parameters:
      name - The name of the element.
      value - The value of the element.
      Returns:
      the created element.
    • getNamespaceUri

      public String getNamespaceUri()
      Specified by:
      getNamespaceUri in interface com.sun.syndication.io.ModuleGenerator
    • getNamespaces

      public Set<org.jdom.Namespace> getNamespaces()
      Specified by:
      getNamespaces in interface com.sun.syndication.io.ModuleGenerator