Invokers main page
To add custom invoker you need to do:
- Create class which implements interface Invoker<Q,R,E>
- Create bean in XML file in the directory "suite/invokers/" with this class
- Create component invoker with type invoker-class and set attribute class with full class name of invoker