Jagger
 All Classes Namespaces Files Functions Variables 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

    Note:
    • full examples of the code are available in maven archetype-examples
    • instead of ${package} write the name of your package