Class HttpServerDriver

java.lang.Object
org.opennms.pris.driver.HttpServerDriver
All Implemented Interfaces:
Driver

public class HttpServerDriver extends Object implements Driver
A working mode providing a HTTP server publishing generated requisitions. The server exports the configured instances as URLs. The requested path is used as instance name and the the returned result is the XML serialized requisition.
Author:
Dustin Frisch <fooker@lab.sh>
  • Method Details

    • run

      public void run() throws Exception
      Description copied from interface: Driver
      Runs the working mode implementation.
      Specified by:
      run in interface Driver
      Throws:
      Exception