Class Application


  • public class Application
    extends Object
    Class to represent a server info application.
    Author:
    Mike Douglass douglm
    • Constructor Detail

      • Application

        public Application​(String name)
    • Method Detail

      • setName

        public void setName​(String val)
        Parameters:
        val - registered name of service
      • getName

        public String getName()
        Returns:
        registered name of service
      • addFeature

        public void addFeature​(Feature val)
      • toXml

        public void toXml​(org.bedework.util.xml.XmlEmit xml)
        Parameters:
        xml - emitter