Difference between revisions of "ImplementVCLPlugin"
(Created page with "A VCL plug-in is a class that implement one of the following Java interfaces: *it.greenvulcano.gvesb.virtual.CallOperation : synchronous call *[[...") |
|||
Line 5: | Line 5: | ||
The simplest way to implement a [[Plugins|VCL plug-in]] is described [[Develop Generic VCL Call|here]]. | The simplest way to implement a [[Plugins|VCL plug-in]] is described [[Develop Generic VCL Call|here]]. | ||
+ | |||
+ | {{GVESB}} provides some [[UtilityClasses|utility classes]] that can simplify the configurator/developer work. |
Latest revision as of 18:18, 21 December 2012
A VCL plug-in is a class that implement one of the following Java interfaces:
- it.greenvulcano.gvesb.virtual.CallOperation : synchronous call
- it.greenvulcano.gvesb.virtual.EnqueueOperation : message enqueue
- it.greenvulcano.gvesb.virtual.DequeueOperation : message dequeue
The simplest way to implement a VCL plug-in is described here.
GreenVulcano® ESB provides some utility classes that can simplify the configurator/developer work.