Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
Custom invokers

Invokers main page

To add custom invoker you need to do:

  1. Create class which implements interface Invoker<Q,R,E>

  2. Create bean in XML file in the directory "suite/invokers/" with this class

  3. Create component invoker with type invoker-class and set attribute class with full class name of invoker