Fawkes API  Fawkes Development Version
XmlRpcPluginMethods Class Reference

Wrapper class for plugin related XML-RPC methods. More...

#include "plugin.h"

Classes

class  plugin_list
 Plugin list XML-RPC method. More...
 
class  plugin_load
 XML-RPC method to load a plugin. More...
 
class  plugin_unload
 XML-RPC method to unload a plugin. More...
 

Public Member Functions

 XmlRpcPluginMethods (xmlrpc_c::registry *registry, fawkes::PluginManager *plugin_manager, fawkes::Logger *logger)
 Constructor. More...
 
 ~XmlRpcPluginMethods ()
 Destructor. More...
 

Detailed Description

Wrapper class for plugin related XML-RPC methods.

Author
Tim Niemueller

Definition at line 33 of file plugin.h.

Constructor & Destructor Documentation

◆ XmlRpcPluginMethods()

XmlRpcPluginMethods::XmlRpcPluginMethods ( xmlrpc_c::registry *  registry,
fawkes::PluginManager plugin_manager,
fawkes::Logger logger 
)

Constructor.

Parameters
registryXML registry, methods will be automatically registered
plugin_managerplugin manager used for listing, loading and unloading plugins
loggerlogger to output informational and error messages

Definition at line 44 of file plugin.cpp.

◆ ~XmlRpcPluginMethods()

XmlRpcPluginMethods::~XmlRpcPluginMethods ( )

Destructor.

Definition at line 60 of file plugin.cpp.


The documentation for this class was generated from the following files: