This folder contains a template for developing remote-method-guesser plugins.
Simply adjust the Template Class
to your requirements and compile the template using maven. If you change the
template class' classname, make sure to also reflect this change within the RmgPluginClass
property within pom.xml.
The template contains placeholder implementations for all available plugin interfaces. Make sure to remove all interfaces and the associated methods that are not actually used by your plugin.