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
Note:
- full examples of the code are available in maven archetype-examples
- instead of ${package} write the name of your package